Skip to content

Commit 43ee585

Browse files
committed
disable MainThreadWorkCost
1 parent 171299c commit 43ee585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts/src/benchmarks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class BenchStartup extends Benchmark {
469469
return [
470470
benchStartupConsistentlyInteractive,
471471
benchStartupBootup,
472-
benchStartupMainThreadWorkCost,
472+
// benchStartupMainThreadWorkCost,
473473
benchStartupTotalBytes,
474474
];
475475
}

0 commit comments

Comments
 (0)