Skip to content
Commit 9b27514d authored by Patrick Bellasi's avatar Patrick Bellasi Committed by Brendan Jackman
Browse files

tests/generic: use 16ms period for all workloads



How "big" a periodic task is depends not only from its duty-cycle but
also from the period.
A 20% periodic task, can be considered "small" from the scheduler time
perspective if it's period is around the scheduler latency. However it's
completely different if its period if of 500ms. In this case indeed the
task runs for 100ms at each activation, thus it should better be
considered quite big.

In our synthetics tests, let's fix the period of all the generated
workloads such that how big a task is can be properly defined by just
setting its duty-cycle. We pick 16ms because it's the most interesting
time constant for a standard Android rendering pipeline.

Signed-off-by: default avatarPatrick Bellasi <patrick.bellasi@arm.com>
parent 2c9c8c67
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment