Skip to content

Commit

Permalink
build: Fix publishing of benchmark results in new CI (#2044)
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan Youngs <[email protected]>
  • Loading branch information
trisyoungs and Tristan Youngs authored Jan 23, 2025
1 parent 253c974 commit e58553b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build/linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,11 @@ runs:
cat all_benchmark_results.json
# Must reset to HEAD here otherwise the benchmark publishing step will (rightly) fail
git reset HEAD --hard
- name: Store benchmark result
uses: rhysd/github-action-benchmark@v1
uses: benchmark-action/github-action-benchmark@v1
if: inputs.publishBenchmarks == 'true' && inputs.benchmark == 'true'
with:
tool: 'googlecpp'
Expand Down

0 comments on commit e58553b

Please sign in to comment.