Skip to content

Commit

Permalink
CI: don't bench primes gen
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Aug 1, 2023
1 parent 991397c commit 94b7d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: chmod +x ./measure_perf
- name: Run benchmarks
run: |
./measure_perf -n 3 > perf_output
./measure_perf -n 3 --no-bench-primes-gen > perf_output
sed -e '/PERF_OUTPUT/{r perf_output' -e 'd}' .github/pr-comment.tpl > pr-comment
- name: Leave PR comment
continue-on-error: true
Expand Down

0 comments on commit 94b7d72

Please sign in to comment.