Skip to content

Commit 04ef4ce

Browse files
committed
Bring back bootstrap
1 parent 515fccc commit 04ef4ce

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
@@ -342,7 +342,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
342342
</tbody>
343343
</table>
344344
<br />
345-
<table class="compare" v-if="data && data.a.bootstrap.length > 0">
345+
<table class="compare" style="margin: auto;" v-if="data && Object.keys(data.a.bootstrap).length > 0">
346346
<tr>
347347
<td colspan="4">bootstrap timings; variance is 1-3% on smaller benchmarks! Values in seconds.</td>
348348
</tr>

0 commit comments

Comments
 (0)