From 4fb77b621d23900ffeb7342e5751d37703e77a73 Mon Sep 17 00:00:00 2001 From: Omar Date: Mon, 28 Aug 2023 11:13:45 +0000 Subject: [PATCH] fix benchmark filepath --- .github/workflows/cmake-single-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 2942771..deaf635 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -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