mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-25 06:46:10 +01:00
Change 'estimated' to 'est run time' in console reporter output
This commit is contained in:
parent
ad56463477
commit
a64ff326bf
@ -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 }
|
||||
};
|
||||
}
|
||||
}())) {}
|
||||
|
Loading…
Reference in New Issue
Block a user