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

Option to show mean time or absolute difference in summary #531

Open
SheetJSDev opened this issue Jul 20, 2022 · 1 comment
Open

Option to show mean time or absolute difference in summary #531

SheetJSDev opened this issue Jul 20, 2022 · 1 comment

Comments

@SheetJSDev
Copy link

Currently summary shows relative difference (ratio +/- dev). Ideally some sort of absolute time would be shown in the summary. A few options include

  1. show the actual means in the summary:
  'bun bun.js' (55.7 ms) ran
    1.88 ± 0.07 times faster than 'node node.mjs' (104.6 ms)
    3.94 ± 0.12 times faster than 'deno run --allow-all deno.ts' (219.7 ms)
  1. show the difference and optionally the standard error between the sets of runtimes:
  'bun bun.js' ran
    1.88 ± 0.07 times (48.9 ms) faster than 'node node.mjs'
    3.94 ± 0.12 times (164.0 ms) faster than 'deno run --allow-all deno.ts'
@sharkdp
Copy link
Owner

sharkdp commented Apr 17, 2023

Thank you. I think I like option two better. I'm just not sure if it really helps that much or if it makes the output of hyperfine even more intimidating for newcomers?

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

2 participants