Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ecc0d845b198b1b21b8966c89ead308f70d83468
https://github.com/WebKit/WebKit/commit/ecc0d845b198b1b21b8966c89ead308f70d83468
Author: Andrew Fryer <[email protected]>
Date: 2026-08-12 (Wed, 12 Aug 2026)
Changed paths:
M
Tools/Scripts/webkitpy/benchmark_runner/data/patches/webserver/Speedometer4.patch
Log Message:
-----------
Fix automatically starting experimental SP4 suites from run-benchmark
https://bugs.webkit.org/show_bug.cgi?id=321627
rdar://184755639
Reviewed by Stephanie Lewis.
Our infra injects code into Speedometer that automatically starts
running the benchmark (among other things). In the new Speedometer
runner for SP4, the start button isn't always loaded when our callback
to click it runs. Instead of using `window.onload`, use
`window.addEventListener("SpeedometerReady"...` to be notified since
this always happens after the start button has loaded.
*
Tools/Scripts/webkitpy/benchmark_runner/data/patches/webserver/Speedometer4.patch:
Canonical link: https://commits.webkit.org/319060@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications