This repository was archived by the owner on Mar 24, 2026. It is now read-only.
What does the performance bar measure? #7445
Unanswered
enricojr01
asked this question in
Q&A
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. |
0 replies
|
@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. 😄 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
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
flaskis 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.All reactions