mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Fixed typo in "benchmark name" column width calculation. Closes #1885.
This commit is contained in:
		
				
					committed by
					
						
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			
						parent
						
							656b15d37b
						
					
				
				
					commit
					beb8c3a99d
				
			@@ -363,7 +363,7 @@ ConsoleReporter::ConsoleReporter(ReporterConfig const& config)
 | 
				
			|||||||
        else
 | 
					        else
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            return{
 | 
					            return{
 | 
				
			||||||
                { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 32, ColumnInfo::Left },
 | 
					                { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left },
 | 
				
			||||||
                { "samples      mean       std dev", 14, ColumnInfo::Right },
 | 
					                { "samples      mean       std dev", 14, ColumnInfo::Right },
 | 
				
			||||||
                { "iterations   low mean   low std dev", 14, ColumnInfo::Right },
 | 
					                { "iterations   low mean   low std dev", 14, ColumnInfo::Right },
 | 
				
			||||||
                { "estimated    high mean  high std dev", 14, ColumnInfo::Right }
 | 
					                { "estimated    high mean  high std dev", 14, ColumnInfo::Right }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user