You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ought to help Tachometer provide more stable results. Also, since the Tachometer benchmark site doesn't pull in any cross-origin resources (AFAIK), it should be a non-breaking change.
The text was updated successfully, but these errors were encountered:
By adding the HTTP headers to enable cross-origin isolation, it should be possible to get higher-precision timing from APIs like
performance.now()
andperformance.mark()
/measure()
, at least in Chromium and Firefox.This ought to help Tachometer provide more stable results. Also, since the Tachometer benchmark site doesn't pull in any cross-origin resources (AFAIK), it should be a non-breaking change.
The text was updated successfully, but these errors were encountered: