Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f484f013d42e1a93110dcc4373f3b6849c27b794
https://github.com/WebKit/WebKit/commit/f484f013d42e1a93110dcc4373f3b6849c27b794
Author: Hysu Xiong <[email protected]>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M
Tools/Scripts/webkitpy/benchmark_runner/browser_driver/osx_chrome_driver.py
Log Message:
-----------
Disable ThrottleConsecutiveNoDamageMainFrames for non-stable Chrome channels
in the benchmark runner
https://bugs.webkit.org/show_bug.cgi?id=318900
rdar://181735852
Reviewed by Stephanie Lewis.
ThrottleConsecutiveNoDamageMainFrames is enrolled by default on non-stable
Chrome channels via Chrome Experiments (Finch) and interferes with rendering
benchmark measurements. Disabling it explicitly for Dev, Beta, Canary, and
ForTesting while leaving other field trial behavior as-is.
* Tools/Scripts/webkitpy/benchmark_runner/browser_driver/osx_chrome_driver.py:
(OSXChromeCanaryDriver.launch_args_with_url):
(OSXChromeBetaDriver.launch_args_with_url):
(OSXChromeDevDriver.launch_args_with_url):
(OSXChromeForTestingDriver.launch_args_with_url):
Canonical link: https://commits.webkit.org/316751@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications