Skip to content

Commit

Permalink
fix benchmark output path
Browse files Browse the repository at this point in the history
  • Loading branch information
omaraflak committed Aug 28, 2023
1 parent 142d8d8 commit 4c886d7
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 @@ -37,7 +37,7 @@ jobs:
run: ${{github.workspace}}/build/banana_test

- name: Run benchmark
run: ${{github.workspace}}/build/benchmarks --benchmark_format=json > benchmarks/benchmark_results.json
run: ${{github.workspace}}/build/benchmarks --benchmark_format=json > ${{github.workspace}}/benchmarks/benchmark_results.json

- name: Store benchmark results
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit 4c886d7

Please sign in to comment.