latency-metrics.sh: Add latency threshold parameter - #1303
Merged
Conversation
PLangowski
requested review from
a team,
golowanow,
lgirdwood and
marc-hb
as code owners
September 22, 2025 08:45
PLangowski
marked this pull request as draft
September 22, 2025 08:45
Collaborator
|
Can one of the admins verify this patch?
|
PLangowski
force-pushed
the
latency-threshold
branch
from
September 22, 2025 12:10
814989f to
7c287f4
Compare
Collaborator
|
test this please |
PLangowski
force-pushed
the
latency-threshold
branch
4 times, most recently
from
September 29, 2025 12:00
7a96d74 to
3d72f8e
Compare
PLangowski
force-pushed
the
latency-threshold
branch
from
September 30, 2025 07:15
3d72f8e to
d5e6865
Compare
PLangowski
marked this pull request as ready for review
September 30, 2025 07:16
PLangowski
marked this pull request as draft
September 30, 2025 08:35
PLangowski
force-pushed
the
latency-threshold
branch
2 times, most recently
from
September 30, 2025 09:31
13def7a to
fbfa14f
Compare
PLangowski
marked this pull request as ready for review
September 30, 2025 09:31
Contributor
Author
|
Tested - works |
redzynix
reviewed
Oct 6, 2025
Comment on lines
+91
to
+92
| OPT_NAME['l']='latency_threshold' OPT_DESC['l']='latency threshold in ms' | ||
| OPT_HAS_ARG['l']=1 OPT_VAL['l']=85 |
Contributor
There was a problem hiding this comment.
Align all opts in lines starting from top.
The parameter sets a threshold for the average latency value. If `avg_ms` exceeds this value, the test will fail. Signed-off-by: Pawel Langowski <pawelx.langowski@intel.com>
PLangowski
force-pushed
the
latency-threshold
branch
from
October 6, 2025 10:42
fbfa14f to
2dc8b9e
Compare
redzynix
approved these changes
Oct 6, 2025
majunkier
requested changes
Oct 6, 2025
majunkier
approved these changes
Oct 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add parameter which sets a threshold for the average latency value. If
avg_msexceeds this value, the test will fail.