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

Show summary / comparison #6

Closed
sharkdp opened this issue Jan 13, 2018 · 4 comments
Closed

Show summary / comparison #6

sharkdp opened this issue Jan 13, 2018 · 4 comments

Comments

@sharkdp
Copy link
Owner

sharkdp commented Jan 13, 2018

If there are multiple benchmarks, show a short summary of the results like command1 is a factor of 1.5 times faster than command2.

@sharkdp sharkdp modified the milestone: 0.2 Jan 14, 2018
@sharkdp
Copy link
Owner Author

sharkdp commented Jan 15, 2018

We could also show a "highscore"-like list or table with the fastest command at the top. In addition to the absolute times we could show relative factors here.

@vks
Copy link

vks commented Feb 8, 2018

It would also be nice to do a statistical test whether the difference in runtime is significant. I believe criterion.rs supports this.

@stevepentland
Copy link
Contributor

stevepentland commented Mar 23, 2018

Now that we are collecting the times for all benchmarks together for export, we have a place to calculate this comparison built-in. This may be a good chance to consider implementing the functionality.

@sharkdp
Copy link
Owner Author

sharkdp commented Mar 24, 2018

Closed via #50. I will open a new ticket to track the statistical significance test.

@sharkdp sharkdp closed this as completed Mar 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants