We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using - to export to standard out, we get intermediate outputs that clutter the output.
-
How to reproduce?
hyperfine --runs 2 --export-markdown - 'sleep 0.1' 'sleep 0.2'
Expected result: the exported content should only be shown once at the end. Ideally, after the Summary section.
FYI @humblepenguinn
The text was updated successfully, but these errors were encountered:
Do not export intermediate results to stdout, closes #640
24f079c
Add regression test for #640
cff517c
8e49f08
2793d7b
bf9644d
Successfully merging a pull request may close this issue.
When using
-
to export to standard out, we get intermediate outputs that clutter the output.How to reproduce?
Expected result: the exported content should only be shown once at the end. Ideally, after the Summary section.
FYI @humblepenguinn
The text was updated successfully, but these errors were encountered: