We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d850284 commit 163c662Copy full SHA for 163c662
site/static/compare.html
@@ -304,9 +304,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
304
</details>
305
</th>
306
<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>
+ <td>max: <span v-bind:class="percentClass(bench.maxPct)">{{bench.maxPct}}%</span></td>
310
<td></td>
311
</tr>
312
<template v-for="run in bench.variants">
0 commit comments