Skip to content

Commit 163c662

Browse files
committed
Remove dead code
1 parent d850284 commit 163c662

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/static/compare.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
304304
</details>
305305
</th>
306306
<td>min: <span v-bind:class="percentClass(bench.minPct)">{{bench.minPct}}%</span></td>
307-
<td>max: <span
308-
v-bind:class="percentClass(bench.maxPct)">{{bench.maxPct}}%{{isDodgyBench(bench)
309-
? "?" : ""}}</span></td>
307+
<td>max: <span v-bind:class="percentClass(bench.maxPct)">{{bench.maxPct}}%</span></td>
310308
<td></td>
311309
</tr>
312310
<template v-for="run in bench.variants">

0 commit comments

Comments
 (0)