Skip to content

Commit 5d923ff

Browse files
committed
How does chrome even work
1 parent f3e26cc commit 5d923ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/benchmark/run.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const DEFAULT_CONTROL_APP_FROM_MAIN = false;
2727
const DEFAULT_CONTROL_PORT = 4500;
2828
const DEFAULT_EXPERIMENT_PORT = 4501;
2929
const DEFAULT_FIDELITY = '20';
30-
const DEFAULT_THROTTLE = '2';
30+
const DEFAULT_THROTTLE = '1';
3131
const DEFAULT_REGRESSION_THRESHOLD = '25';
3232
const DEFAULT_SAMPLE_TIMEOUT = '600';
3333
const DEFAULT_MARKERS = [
@@ -176,6 +176,8 @@ export async function runBenchmark({ force = false, reuse = false } = {}) {
176176
DEFAULT_THROTTLE,
177177
'--markers',
178178
markersString,
179+
'--debug',
180+
'--browserArgs', `--incognito,--disable-gpu`,
179181
];
180182

181183
const output = await run('node', args, { cwd: EXPERIMENT_DIRS.app });

0 commit comments

Comments
 (0)