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 515fccc commit 04ef4ceCopy full SHA for 04ef4ce
site/static/compare.html
@@ -342,7 +342,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
342
</tbody>
343
</table>
344
<br />
345
- <table class="compare" v-if="data && data.a.bootstrap.length > 0">
+ <table class="compare" style="margin: auto;" v-if="data && Object.keys(data.a.bootstrap).length > 0">
346
<tr>
347
<td colspan="4">bootstrap timings; variance is 1-3% on smaller benchmarks! Values in seconds.</td>
348
</tr>
0 commit comments