Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only show summary scores when --show-relative is set, HTML edition
  • Loading branch information
Geoffrey Broadwell committed Nov 1, 2014
1 parent 47c5376 commit 918d15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze
Expand Up @@ -813,7 +813,7 @@ CSS
my $scores = $data->{score};
if ($scores) {
if ($scores && $opt->{'show-relative'}) {
$html .= qq{<tr class="bench_spacer_row"></tr>\n};
$html .= qq{<tr class="bench_compare_row"><th>SUMMARY SCORE</th>\n};
for my $comp (@comps) {
Expand Down

0 comments on commit 918d15a

Please sign in to comment.