-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion: making the result table more compact #231
Comments
You can use a custom |
Thanks, that's a great workaround. I think there is still value in improving the default rendering, as it reduces both the time to write benchmarks and the time to interpret the results. |
The main issue is that same words are repeated because You can make a PR to refine the default, but:
|
It turns out that Are you suggesting to rename The standard deviations are indeed useful. I didn't want to remove them. What I found less useful is the distance between the two middle samples when there are even number of them. |
It was your suggestions ;-) I just think that 50% is less self-explanatory than med.
It's in fact the confidence interval around the mean that is displayed. |
My workflow includes running benchmarks in the VS Code terminal regularly.
Currently I can't give the tasks longer names than 20 characters, because they would make the table overflow and break its layout. Therefore I'm suggesting a couple of changes to make the metric columns narrower.
(index)
#
. Saves 5-6 characters.Latency average
average
toavg.
Latency median
median
to50%
.These changes together may save 3-7 characters.
Throughput average
average
toavg.
Throughput median
median
to50%
. Saves 3 characters.Before
After
If you agree, I'm happy to send a pull request.
The text was updated successfully, but these errors were encountered: