More readable config default

This commit is contained in:
Martin Hořeňovský 2024-01-14 21:25:04 +01:00
parent 6ebdd8fac2
commit d79bfa05c7
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

View File

@ -69,7 +69,7 @@ namespace Catch {
bool benchmarkNoAnalysis = false;
unsigned int benchmarkSamples = 100;
double benchmarkConfidenceInterval = 0.95;
unsigned int benchmarkResamples = 100000;
unsigned int benchmarkResamples = 100'000;
std::chrono::milliseconds::rep benchmarkWarmupTime = 100;
Verbosity verbosity = Verbosity::Normal;