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 9fdc97e commit 543f853Copy full SHA for 543f853
site/static/compare.html
@@ -373,7 +373,7 @@ <h3>Cache states</h3>
373
if (field.is_bootstrap) {
374
if (is_first_bootstrap) {
375
html += "<tr data-field-start=true><td> </td></tr>";
376
- html += "<tr data-field-start=true><td colspan=4>bootstrap timings; high variance! Values in seconds.</td></tr>";
+ html += "<tr data-field-start=true><td colspan=4>bootstrap timings; variance is 1-3% on smaller benchmarks! Values in seconds.</td></tr>";
377
is_first_bootstrap = false;
378
}
379
let dodgy = dodgy_name_title(field.name);
0 commit comments