Skip to content

Commit

Permalink
Run benchmarks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed Dec 23, 2023
1 parent 77d5799 commit 7ea1b22
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,23 @@ jobs:

- name: Check type definitions
run: npm run check-types

benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm

- name: Install dependencies
run: npm ci

- name: Run benchmarks
run: npm run benchmarks --workspace=benchmarks

0 comments on commit 7ea1b22

Please sign in to comment.