Change 'estimated' to 'est run time' in console reporter output

This commit is contained in:
Martin Hořeňovský 2023-08-14 10:22:59 +02:00
parent ad56463477
commit a64ff326bf
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ ConsoleReporter::ConsoleReporter(ReporterConfig&& config):
{ "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, Justification::Left },
{ "samples mean std dev", 14, Justification::Right },
{ "iterations low mean low std dev", 14, Justification::Right },
{ "estimated high mean high std dev", 14, Justification::Right }
{ "est run time high mean high std dev", 14, Justification::Right }
};
}
}())) {}