Skip to content

fixup! docs: Update benchmark with Papr v14 and node.js v18 #1

fixup! docs: Update benchmark with Papr v14 and node.js v18

fixup! docs: Update benchmark with Papr v14 and node.js v18 #1

Workflow file for this run

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