Skip to content

Commit

Permalink
Update hyperfine & re-enable Bun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Feb 23, 2024
1 parent c655aa8 commit be06613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
yarn install --immutable
# Install hyperfine
wget https://github.com/sharkdp/hyperfine/releases/download/v1.17.0/hyperfine_1.17.0_amd64.deb
sudo dpkg -i hyperfine_1.17.0_amd64.deb
wget https://github.com/sharkdp/hyperfine/releases/download/v1.18.0/hyperfine_1.18.0_amd64.deb
sudo dpkg -i hyperfine_1.18.0_amd64.deb
- name: Install bun
uses: oven-sh/setup-bun@v1
Expand All @@ -37,4 +37,5 @@ jobs:
'yarn workspace jest test' \
'yarn workspace vitest test' \
'yarn workspace vitest test --pool=vmThreads' \
'yarn workspace vitest test --poolOptions.threads.isolate=false'
'yarn workspace vitest test --poolOptions.threads.isolate=false' \
'yarn workspace bun test'
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit be06613

Please sign in to comment.