Skip to content

Commit

Permalink
fix benchmark filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
omaraflak committed Aug 28, 2023
1 parent 4c886d7 commit 4fb77b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
name: C++ Benchmark
tool: 'googlecpp'
output-file-path: benchmarks/benchmark_result.json
output-file-path: ${{github.workspace}}/benchmarks/benchmark_results.json
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
# Show alert with commit comment on detecting possible performance regression
Expand Down

0 comments on commit 4fb77b6

Please sign in to comment.