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 5d923ff commit afcd119Copy full SHA for afcd119
bin/benchmark/run.mjs
@@ -29,7 +29,7 @@ const DEFAULT_EXPERIMENT_PORT = 4501;
29
const DEFAULT_FIDELITY = '20';
30
const DEFAULT_THROTTLE = '1';
31
const DEFAULT_REGRESSION_THRESHOLD = '25';
32
-const DEFAULT_SAMPLE_TIMEOUT = '600';
+const DEFAULT_SAMPLE_TIMEOUT = '60';
33
const DEFAULT_MARKERS = [
34
// Copied from glimmer-vm/bin/setup-bench.mts (krausest benchmark)
35
'render',
0 commit comments