[webkit-changes] [WebKit/WebKit] acc8e9: JetStream3: add Proxy tests

EWS noreply at github.com
Tue Nov 29 14:23:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: acc8e95b86589c9bacd50378291c79d851eaef0f
      https://github.com/WebKit/WebKit/commit/acc8e95b86589c9bacd50378291c79d851eaef0f
  Author: Alexey Shvayka <ashvayka at apple.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M PerformanceTests/JetStream3/JetStreamDriver.js
    M PerformanceTests/JetStream3/bigint/web-crypto-sham.js
    M PerformanceTests/JetStream3/in-depth.html
    A PerformanceTests/JetStream3/proxy/common.js
    A PerformanceTests/JetStream3/proxy/mobx-benchmark.js
    A PerformanceTests/JetStream3/proxy/mobx-bundle.js
    A PerformanceTests/JetStream3/proxy/vue-benchmark.js
    A PerformanceTests/JetStream3/proxy/vue-bundle.js

  Log Message:
  -----------
  JetStream3: add Proxy tests
https://bugs.webkit.org/show_bug.cgi?id=247269

Reviewed by Yusuke Suzuki.

Adds 2 tests that are heavy on Proxy, especially the get / set traps: proxy-mobx and proxy-vue.

* PerformanceTests/JetStream3/JetStreamDriver.js:
(DefaultBenchmark): Assert that parameters are sane and score won't end up as NaN.
(Driver.prototype.async fetchResources):
* PerformanceTests/JetStream3/bigint/web-crypto-sham.js: Remove leftover debug throw statement.
(const.webCryptoSham.subtle.async digest):
* PerformanceTests/JetStream3/in-depth.html:
* PerformanceTests/JetStream3/proxy/common.js: Added.
* PerformanceTests/JetStream3/proxy/mobx-benchmark.js: Added.
* PerformanceTests/JetStream3/proxy/mobx-bundle.js: Added.
* PerformanceTests/JetStream3/proxy/vue-benchmark.js: Added.
* PerformanceTests/JetStream3/proxy/vue-bundle.js: Added.

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




More information about the webkit-changes mailing list