mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Documented benchmark-resolution-multiple command line option
- and increased default to 100
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Catch {
|
||||
|
||||
int abortAfter = -1;
|
||||
unsigned int rngSeed = 0;
|
||||
int benchmarkResolutionMultiple = 10;
|
||||
int benchmarkResolutionMultiple = 100;
|
||||
|
||||
Verbosity verbosity = Verbosity::Normal;
|
||||
WarnAbout::What warnings = WarnAbout::Nothing;
|
||||
|
Reference in New Issue
Block a user