-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
Writing intermediate results #306
Comments
Are you talking about the There is no option like this, so far. |
Yeah, I'm requesting that the |
Sounds like a good idea to me 👍 |
@sharkdp Hey, I'd love to pick this up and add an 'incremental export' option if you don't mind? I'm fairly new to Rust but think I can give it a go |
Sounds great! |
Hi, I also ran into this issue recently on a long running benchmark. Do you know when this will be landing? On a related note, please confirm that the target file is writable before invoking the test. |
you mean.. before running the first (potentially long-running) benchmark? That sounds like a good idea! |
Is there currently any way to force hyperfine to write intermediate results, so that I can abort a benchmark without losing all the progress I've made so far? I'm asking, because I've been benchmarking several algorithms with exponential complexity recently, and so sometimes letting the benchmark finish isn't an option.
The text was updated successfully, but these errors were encountered: