Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed May 11, 2024
1 parent 8ed27cf commit 16fea77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: cmake --build "$BUILD_DIR" -j

- name: Run PcapPlusPlus benchmark
run: cd Tests/Benchmarks && ./PcppBenchmark --verbose --benchmark_out=benchmark_result.json
run: cd Tests/Benchmarks && ./Bin/PcppBenchmark --verbose --benchmark_out=benchmark_result.json

- name: Download previous benchmark data
uses: actions/cache@v4
Expand Down

0 comments on commit 16fea77

Please sign in to comment.