diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ca04e23d8..7c396e87e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -32,7 +32,7 @@ jobs: run: cmake --build "$BUILD_DIR" -j - name: Run PcapPlusPlus benchmark - run: cd Tests/Benchmarks/PcppBenchmark && ./PcppBenchmark --verbose --benchmark_out=benchmark_result.json + run: cd Tests/Benchmarks && ./PcppBenchmark --verbose --benchmark_out=benchmark_result.json - name: Download previous benchmark data uses: actions/cache@v4