We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7aa01 commit ad5d2b7Copy full SHA for ad5d2b7
.github/workflows/bench.yml
@@ -48,7 +48,7 @@ jobs:
48
tool: 'benchmarkjs'
49
output-file-path: bench_output.txt
50
github-token: ${{ secrets.BENCHMARK_ACTION_BOT_TOKEN }}
51
- alert-threshold: '175%'
+ alert-threshold: '200%'
52
auto-push: ${{ github.event_name != 'pull_request' }}
53
comment-always: true
54
comment-on-alert: true
bench/benchmark.js
@@ -133,5 +133,5 @@
133
console.log(String(event.target));
134
});
135
136
- suite.run({ async: true });
+ suite.run({ async: true, minTime: 30, minSamples: 150 });
137
})().catch(console.error);
0 commit comments