[webkit-changes] [WebKit/WebKit] b80bb3: JetStream3 harness: BigInt tests should leverage d...

EWS noreply at github.com
Wed Dec 7 07:35:59 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b80bb313ce5c5750a04a28fd9f62bbf5298641fb
      https://github.com/WebKit/WebKit/commit/b80bb313ce5c5750a04a28fd9f62bbf5298641fb
  Author: Alexey Shvayka <ashvayka at apple.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
    M PerformanceTests/JetStream3/JetStreamDriver.js

  Log Message:
  -----------
  JetStream3 harness: BigInt tests should leverage deterministic Math.random()
https://bugs.webkit.org/show_bug.cgi?id=248848

Reviewed by Mark Lam and Yusuke Suzuki.

For native implementations of Math.random() not to affect the score, tests that use
it have `deterministicRandom: true` option. This change aligns newly-added BigInt tests,
which rely on Math.random() via crypto.getRandomValues(), with other tests.

* PerformanceTests/JetStream3/JetStreamDriver.js:
(Driver.prototype.async fetchResources):

Canonical link: https://commits.webkit.org/257475@main




More information about the webkit-changes mailing list