Skip to content

Commit 2d00352

Browse files
committed
fix: add benchmark resource
1 parent b9f68a8 commit 2d00352

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bun/.benchrc.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Mocha opts
2+
extension: ["ts"]
3+
colors: true
4+
node-option:
5+
- "loader=ts-node/register"
6+
7+
# benchmark opts
8+
threshold: 3
9+
maxMs: 60_000
10+
minRuns: 10

0 commit comments

Comments
 (0)