Skip to content

Commit ad5d2b7

Browse files
committed
chore: update
1 parent 7d7aa01 commit ad5d2b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bench.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
tool: 'benchmarkjs'
4949
output-file-path: bench_output.txt
5050
github-token: ${{ secrets.BENCHMARK_ACTION_BOT_TOKEN }}
51-
alert-threshold: '175%'
51+
alert-threshold: '200%'
5252
auto-push: ${{ github.event_name != 'pull_request' }}
5353
comment-always: true
5454
comment-on-alert: true

bench/benchmark.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@
133133
console.log(String(event.target));
134134
});
135135

136-
suite.run({ async: true });
136+
suite.run({ async: true, minTime: 30, minSamples: 150 });
137137
})().catch(console.error);

0 commit comments

Comments
 (0)