Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b80bb313ce5c5750a04a28fd9f62bbf5298641fb
      
https://github.com/WebKit/WebKit/commit/b80bb313ce5c5750a04a28fd9f62bbf5298641fb
  Author: Alexey Shvayka <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to