mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01: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
	 Phil Nash
					Phil Nash