mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Change 'estimated' to 'est run time' in console reporter output
This commit is contained in:
		| @@ -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 } | ||||
|             }; | ||||
|         } | ||||
|     }())) {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský