What does the performance bar measure? #7445
Replies: 2 comments
-
The numbers you're seeing is most probably requests per second. For the test you're viewing, Flask clocked at ~10k requests/sec. |
Beta Was this translation helpful? Give feedback.
-
@ishtms is correct. The text on a gold background above the chart describes what is being measured in the chart. For example, in the chart below, it's the best responses per second in the Single Query test type. The word "best" here means the best among multiple concurrency levels. You can see the results for each of the concurrency levels by switching to the "Data table" view (see the tabs above the gold bar). Admittedly, the information density of the UI is fairly high and one might not even notice the text in the gold bar. 😄 |
Beta Was this translation helpful? Give feedback.
-
Apologies in advance for the stupid sounding question, but what does the number on the performance bar on the rendered chart actually measure?
The value for
flask
is 9,868 but that's what? Requests per second? Or is it some synthetic score ala 3DMark? It's not exactly obvious , or at least I'm not seeing it.Beta Was this translation helpful? Give feedback.
All reactions