Skip to content

Commit

Permalink
Re-add Bun to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Mar 3, 2024
1 parent 99f17c2 commit 4e04949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:

- name: Run
run: |
hyperfine --warmup 1 --show-output \
hyperfine --warmup 1 \
'yarn workspace bun test' \
'yarn workspace jasmine test' \
'yarn workspace jest test' \
'yarn workspace vitest test --poolOptions.threads.isolate=false' \
Expand Down

0 comments on commit 4e04949

Please sign in to comment.