Skip to content

Commit

Permalink
Debug Vitest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Mar 16, 2024
1 parent 062ee92 commit 6f27090
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,4 @@ jobs:

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

0 comments on commit 6f27090

Please sign in to comment.