Closed OVI3D0 closed 1 month ago
You may want to change the
100_0
tomax
in the results summary, either in this or a future check-in.
Should this be done for regular test executions as well? 100_0
is used across regular test executions as well. Example:
"latency": {
"50_0": 206.59688568115234,
"100_0": 235.18186950683594,
"mean": 203.5783863067627,
"unit": "ms"
},
Description
Adds relative standard deviation to aggregated test result metrics. Users can now see the spread of their OSB test results. (RSD is currently only calculated for the mean)
Example:
Issues Resolved
662
Testing
make test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.