Skip to content
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

Feature request - display best run #2

Open
ra1u opened this issue Jun 22, 2016 · 2 comments
Open

Feature request - display best run #2

ra1u opened this issue Jun 22, 2016 · 2 comments

Comments

@ra1u
Copy link

ra1u commented Jun 22, 2016

Great tool. I think that performance of program on long run converge towards minimum value not towards mean. Can you include best run as output?

@Gabriella439
Copy link
Owner

I thought it already included that, although I could be misreading the output. I'm specifically referring to the ranges on the right-hand side:

$ bench true
benchmarking true
time                 1.625 ms   (1.614 ms .. 1.638 ms)
                     0.999 R²   (0.999 R² .. 1.000 R²)
mean                 1.632 ms   (1.621 ms .. 1.643 ms)
std dev              37.53 μs   (29.29 μs .. 47.44 μs)
variance introduced by outliers: 11% (moderately inflated)

@bergey
Copy link

bergey commented Jun 27, 2018

I always thought the range on the time line was min & max also, but reading the Criterion docs today, I think it's actually a confidence interval for the time estimate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants