libnonius / nonius

A C++ micro-benchmarking framework
https://nonius.io
Creative Commons Zero v1.0 Universal
358 stars 47 forks source link

Command line parameter to select which benchmark to run #88

Open nlohmann opened 7 years ago

nlohmann commented 7 years ago

Is there a way to select the benchmarks to run with a command line parameter?

Something like

./benchmark -s 10 "parse.*"

to run all benchmarks with titles beginning with parse.