Skip to content

Commit d14e10a

Browse files
committed
Make it a severity column
1 parent b29c783 commit d14e10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/static/compare.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
426426
</a>
427427
</td>
428428
<td>
429-
{{ run.significanceThreshold.toFixed(2) }}%
429+
{{ Math.abs(run.percent / run.significanceThreshold).toFixed(2) }}x
430430
</td>
431431
</tr>
432432
</template>

0 commit comments

Comments
 (0)