Skip to content

Commit a84f737

Browse files
committed
Run benchmarks in CI
1 parent db36445 commit a84f737

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,12 @@ jobs:
3232

3333
- name: Run build
3434
run: pnpm build
35+
36+
- name: Run benchmarks
37+
run: pnpm run run
38+
39+
- name: Upload benchmark results
40+
uses: actions/upload-artifact@v4
41+
with:
42+
name: benchmark-results
43+
path: results.js

0 commit comments

Comments
 (0)