Skip to content

Commit

Permalink
Experiment: do not throttle Mapper tab in WPT
Browse files Browse the repository at this point in the history
  • Loading branch information
sadym-chromium committed May 3, 2024
1 parent 8505aee commit 04d230a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/run-wpt.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ if (RUN_TESTS === 'true') {
);
}

// Experimental flag. Disable background timer throttling to unleash Mapper's
// performance.
wptRunArgs.push('--binary-arg=--disable-background-timer-throttling');

if (HEADLESS === 'true') {
if (CHROMEDRIVER === 'true') {
// For chromedriver use new headless.
Expand Down

0 comments on commit 04d230a

Please sign in to comment.