Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Graph display of benchmark results #63

Graph display of benchmark results

Graph display of benchmark results #63

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Test Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
node-version: [lts/*]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile --strict-peer-dependencies
- name: Run test
run: pnpm test
- name: Run build
run: pnpm build
- name: Run benchmarks
run: pnpm run run
- name: Upload benchmark results
uses: actions/upload-artifact@v4
with:
name: benchmark-results
path: |
results.js
results.html