How to rerun outliners while using parameters? #748
Unanswered
gavrilikhin-d
asked this question in
Q&A
Replies: 1 comment
-
|
This is currently not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I run the following benchmark:
hyperfine -w 1 -r 5 --export-csv ppl.csv -P n 1 100 "N={n} ./target/linalg.out"Some of the benchmarks have outliners. Is it possible to rerun only those benchmarks?
I don't want to increase number of warmups, because then benchmark would take a lot of time and it doesn't even help
Beta Was this translation helpful? Give feedback.
All reactions