Skip to content

Commit

Permalink
fixup! build: use bench-node over tinybench
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Oct 6, 2024
1 parent 50b0172 commit 7f062cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: echo "BENCH_REPORT_FILE=report-${{github.run_id}}-${{ matrix.node-version }}-${{ inputs.bench-file }}.md" >> $GITHUB_ENV

- name: Run Benchmark
run: node --allow-natives-sytax ${{ inputs.node-opts }} bench/${{ inputs.bench-file }} > ./${{ env.BENCH_REPORT_FILE }}
run: node --allow-natives-syntax ${{ inputs.node-opts }} bench/${{ inputs.bench-file }} > ./${{ env.BENCH_REPORT_FILE }}
env:
CI: true

Expand Down

0 comments on commit 7f062cb

Please sign in to comment.