Skip to content

Commit

Permalink
explicitly record benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 29, 2024
1 parent 262a832 commit 1bc9b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Run npm test (continue on error)
working-directory: ${{ matrix.test.path }}
continue-on-error: true
run: npm test
run: AZLE_RECORD_BENCHMARKS=true npm test

- name: Print benchmark.md contents (after test)
working-directory: ${{ matrix.test.path }}
Expand Down

0 comments on commit 1bc9b8f

Please sign in to comment.