mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	More readable config default
This commit is contained in:
		| @@ -69,7 +69,7 @@ namespace Catch { | |||||||
|         bool benchmarkNoAnalysis = false; |         bool benchmarkNoAnalysis = false; | ||||||
|         unsigned int benchmarkSamples = 100; |         unsigned int benchmarkSamples = 100; | ||||||
|         double benchmarkConfidenceInterval = 0.95; |         double benchmarkConfidenceInterval = 0.95; | ||||||
|         unsigned int benchmarkResamples = 100000; |         unsigned int benchmarkResamples = 100'000; | ||||||
|         std::chrono::milliseconds::rep benchmarkWarmupTime = 100; |         std::chrono::milliseconds::rep benchmarkWarmupTime = 100; | ||||||
|  |  | ||||||
|         Verbosity verbosity = Verbosity::Normal; |         Verbosity verbosity = Verbosity::Normal; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský