Artillery API test for 1VU showing incorrect value for 'median' under 'http.response_time' #3222
akshatrastogi01
started this conversation in
Artillery
Replies: 1 comment 1 reply
-
Your test is making a single request, i.e. the data set only has one sample. Percentile & median calculations don't make much intuitive sense in those cases. Artillery uses DDSketch under the hood for calculating summary statistics. It's probabilistic data structure and the value you're seeing is the estimate based on a single number. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Artillery API test for 1VU showing incorrect value for 'median' under 'http.response_time'.
Detailed report is attached.
The test was done for 1VU on Fargate.
Attributes for 'http.response_time' (ms) are:
In noway the median should come out to be - 122.7
report.html.zip
Beta Was this translation helpful? Give feedback.
All reactions