Skip to content

feat: initial typescript support #290

feat: initial typescript support

feat: initial typescript support #290

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