Bug 1749521 Comment 24 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

With this HTML file, I checked `Date.now()`, `"".toLowerCase()`, as well as `[].includes()` (to measure impact of bug 1776721 as well).

The results are:

`[].includes()`: 17% improvement
`Date.now()`: 1% regression
`"".toLowerCase()`: 1% regression
With this HTML file, I checked `Date.now()`, `"".toLowerCase()`, as well as `[].includes()` which had a label frame already, to measure impact of bug 1776721 as well.

The results are:

`[].includes()`: 17% improvement
`Date.now()`: 1% regression
`"".toLowerCase()`: 1% regression

Back to Bug 1749521 Comment 24