Skip to content

Commit

Permalink
Merge branch 'main' into feature/rust
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon authored Jul 18, 2024
2 parents fbc0889 + 488d3d5 commit a003f8b
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Build Yak
run: pnpm run build
- name: Build benchmark suite
run: cd packages/benchmark && pnpm run codspeed
run: cd packages/benchmark && pnpm run codspeed
- name: Run benchmarks
uses: CodSpeedHQ/action@v1
uses: CodSpeedHQ/action@v2
with:
working-directory: "packages/benchmark"
run: NODE_ENV=production node --enable-source-maps ./codspeed/dist/index.bench.mjs
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@types/benchmark": "2.1.5",
"typescript": "5.5.2",
"tree-kill": "1.2.2",
"@codspeed/benchmark.js-plugin": "2.2.0",
"@codspeed/benchmark.js-plugin": "3.1.0",
"benchmark": "2.1.4",
"tsup": "7.2.0"
}
}
}
Loading

0 comments on commit a003f8b

Please sign in to comment.