Skip to content

Commit

Permalink
fixup! docs: Update benchmark with Papr v14 and node.js v18
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Aug 17, 2023
1 parent bba39f7 commit 204e5b3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Benchmark

on:
push:
branches: [test/benchmark-node-v18-papr-v14]
# TODO: cron

jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8
- uses: actions/[email protected]
with:
node-version-file: 'package.json'
cache: 'pnpm'
- uses: tj-actions/docker-run@v2
with:
image: mongo:6.0.4-jammy
name: mongo
- run: node -v
- run: pnpm install --frozen-lockfile
- run: pnpm benchmark
7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- uses: actions/[email protected]
with:
path: |
node_modules
key: node-${{ matrix.node }}-${{ hashFiles('package.json', 'pnpm-lock.yaml') }}
restore-keys: |
node-${{ matrix.node }}-
- run: node -v
- run: pnpm install --frozen-lockfile
- run: pnpm test:build
Expand Down

0 comments on commit 204e5b3

Please sign in to comment.