Skip to content

feat: typescript support #291

feat: typescript support

feat: typescript support #291

Workflow file for this run

name: Benchmark
on:
push:
pull_request:
jobs:
benchmark:
name: Benchmark
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Bootstrap dependencies
run: npm run build && npm run bootstrap
- name: Run benchmark
run: cd benchmark && npm start