We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e26cc commit 5d923ffCopy full SHA for 5d923ff
bin/benchmark/run.mjs
@@ -27,7 +27,7 @@ const DEFAULT_CONTROL_APP_FROM_MAIN = false;
27
const DEFAULT_CONTROL_PORT = 4500;
28
const DEFAULT_EXPERIMENT_PORT = 4501;
29
const DEFAULT_FIDELITY = '20';
30
-const DEFAULT_THROTTLE = '2';
+const DEFAULT_THROTTLE = '1';
31
const DEFAULT_REGRESSION_THRESHOLD = '25';
32
const DEFAULT_SAMPLE_TIMEOUT = '600';
33
const DEFAULT_MARKERS = [
@@ -176,6 +176,8 @@ export async function runBenchmark({ force = false, reuse = false } = {}) {
176
DEFAULT_THROTTLE,
177
'--markers',
178
markersString,
179
+ '--debug',
180
+ '--browserArgs', `--incognito,--disable-gpu`,
181
];
182
183
const output = await run('node', args, { cwd: EXPERIMENT_DIRS.app });
0 commit comments