We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7eb9d72 + eda738f commit 1a5b259Copy full SHA for 1a5b259
site/static/compare.html
@@ -443,7 +443,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
443
<th v-if="bootstrapTotals.a && bootstrapTotals.b">
444
Total: {{(bootstrapTotals.b - bootstrapTotals.a).toFixed(1)}}
445
<div v-bind:class="diffClass(bootstrapTotals.b - bootstrapTotals.a)">
446
- ({{((bootstrapTotals.b - bootstrapTotals.a ) / bootstrapTotals.a).toFixed(3)}}%)
+ ({{((bootstrapTotals.b - bootstrapTotals.a ) / bootstrapTotals.a * 100).toFixed(3)}}%)
447
</div>
448
</th>
449
</tr>
@@ -795,4 +795,4 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
795
</script>
796
</body>
797
798
-</html>
+</html>
0 commit comments