Multiple files #603
-
Hi! Is there a way to pass multiple files to the bench run command? I want to segregate some benchmarks, and I'm now getting two different files. What is the best way to do this? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @yanpitangui , thank you for using Bencher and for the question. There are two ways to handle multiple benchmark result files:
Two different reports will still be created, but the results will be tied to the same code version. This option is recommended if you are using a built-in benchmark harness adapter.
This option is only recommended if you are already tracking custom benchmarks. |
Beta Was this translation helpful? Give feedback.
Hey @yanpitangui , thank you for using Bencher and for the question. There are two ways to handle multiple benchmark result files:
bencher run
once for each result file.Two different reports will still be created, but the results will be tied to the same code version.
This option is recommended if you are using a built-in benchmark harness adapter.