automated: linux: cyclicdeadline: add user-specified baseline
Previously, the cyclicdeadline script dynamically computed the minimum
latency value across all iterations. This patch introduces a new `-x`
option that enables users to specify a fixed `user_baseline` value
instead.
Using a fixed baseline is preferred over percentage-based thresholds in
this context, as it offers more consistent and predictable
evaluation—especially in controlled benchmarking environments or when
comparing results across different systems and runs. Percentages can be
misleading if the dynamic baseline fluctuates due to noise or system
conditions.
This change improves flexibility and repeatability in post-processing
and performance analysis.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2 files changed