Fix fast instantiator failing to compile when the typename has newlin… #56
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Benchmark" | |
on: | |
push: | |
workflow_call: | |
workflow_dispatch: | |
jobs: | |
bench: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: ./.github/actions/setup-test-env | |
- name: Run benchmarks | |
uses: CodSpeedHQ/action@v1 | |
with: | |
run: node --version && pnpm x bench/all.ts | |
token: ${{ secrets.CODSPEED_TOKEN }} |