Skip to content

Commit

Permalink
forgot to build :)
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed May 11, 2024
1 parent e770341 commit 345b5e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Configure PcapPlusPlus
run: cmake -DPCAPPP_BUILD_BENCHMARK_SUITE=ON -S . -B "$BUILD_DIR"

- name: Build PcapPlusPlus
run: cmake --build "$BUILD_DIR" -j

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

Expand Down

0 comments on commit 345b5e7

Please sign in to comment.