Skip to content

Commit

Permalink
Actually include benchcmp command
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Apr 25, 2023
1 parent cf6b5cd commit 4b9f2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

- name: Install benchcmp
if: ${{ inputs.COMPARE_TO != '' }}
run: cargo run /tmp/${{ inputs.COMPARE_TO }} /tmp/${{ env.SHORT_SHA }} > /tmp/bench_results.txt
run: cargo run benchcmp /tmp/${{ inputs.COMPARE_TO }} /tmp/${{ env.SHORT_SHA }} > /tmp/bench_results.txt

- name: "Upload bench-results to GCS"
uses: google-github-actions/upload-cloud-storage@v1
Expand Down

0 comments on commit 4b9f2d3

Please sign in to comment.