mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-24 05:59:32 +01:00
Added config to control multiple of clock resolution to run benchmark iterations for
This commit is contained in:
@@ -153,6 +153,9 @@ namespace Catch {
|
||||
+ Opt( setColourUsage, "yes|no" )
|
||||
["--use-colour"]
|
||||
( "should output be colourised" )
|
||||
+ Opt( config.benchmarkResolutionMultiple, "multiplier" )
|
||||
["--benchmark-resolution-multiple"]
|
||||
( "multiple of clock resolution to run benchmarks" )
|
||||
|
||||
+ Arg( config.testsOrTags, "test name|pattern|tags" )
|
||||
( "which test or tests to use" );
|
||||
|
||||
Reference in New Issue
Block a user