Documented benchmark-resolution-multiple command line option

- and increased default to 100
This commit is contained in:
Phil Nash
2017-08-15 19:51:22 +01:00
parent 07ded81541
commit 699e571400
2 changed files with 9 additions and 1 deletions

View File

@@ -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;