From e38e016e67f698ca8ac9ec15df2aaa71ca8c6b29 Mon Sep 17 00:00:00 2001 From: Philipp Grulich Date: Fri, 27 Sep 2024 03:14:27 +0200 Subject: [PATCH] Backend benchmark fixup (#51) --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f4bfb584..46243a9f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -36,7 +36,7 @@ jobs: - name: test shell: bash run: | - ./nautilus/test/execution-tests/nautilus-tracing-benchmarks | tee benchmark_result.txt + ./nautilus/test/benchmark/nautilus-tracing-benchmarks | tee benchmark_result.txt - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 with: