Skip to content

Commit

Permalink
Remove hyperfine from the equation
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Mar 16, 2024
1 parent 054f527 commit 3ed9409
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,8 @@ jobs:
node-version: '20'

- name: Install
run: |
# Install dependencies
yarn install --immutable
# Install hyperfine
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
run: yarn install --immutable

- name: Install bun
uses: oven-sh/setup-bun@v1
with:
# Cannot upgrade due to https://github.com/oven-sh/bun/issues/8314
bun-version: 1.0.23

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

0 comments on commit 3ed9409

Please sign in to comment.