Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Untabify timeall
  • Loading branch information
Geoffrey Broadwell committed Nov 22, 2012
1 parent 99cf729 commit eb1c2d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions timeall
Expand Up @@ -265,9 +265,9 @@ sub MAIN {
my (@results, $startup);

eval {
say "Measuring startup times ...";
my $times = time_all_compilers(e => %{$TESTS{e}[0]});
$startup = best_times($times);
say "Measuring startup times ...";
my $times = time_all_compilers(e => %{$TESTS{e}[0]});
$startup = best_times($times);

for my $test_type (sort keys %TESTS) {
run_tests($test_type, $TESTS{$test_type}, \@results, $startup);
Expand All @@ -280,7 +280,7 @@ sub MAIN {
# Output results
$formatter->(\%config, \%run, \@results, $out_fh);
say "Benchmark data written to '$opt{outfile}'."
if $opt{outfile} ne '-';
if $opt{outfile} ne '-';
}

sub detect_versions {
Expand Down

0 comments on commit eb1c2d7

Please sign in to comment.