Skip to content

Commit

Permalink
TEMP: filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ProExpertProg committed Oct 17, 2024
1 parent ec93cf1 commit cd169e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cmake ../cpp -G Ninja -D CMAKE_BUILD_TYPE=Release -D ENABLE_CILK=OFF
ninja
- name: benchmark
run: ./cmake-build-release/bench/bench-naive --benchmark_out_format=json --benchmark_out=../bench-naive.json
run: ./cmake-build-release/bench/bench-naive --benchmark_out_format=json --benchmark_out=../bench-naive.json --benchmark_filter=128

# Compare to baseline (main)
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
Expand All @@ -48,7 +48,7 @@ jobs:
cmake ../cpp -G Ninja -D CMAKE_BUILD_TYPE=Release -D ENABLE_CILK=OFF
ninja
- name: benchmark-main
run: ./cmake-build-release-main/bench/bench-naive --benchmark_out_format=json --benchmark_out=../bench-naive-main.json
run: ./cmake-build-release-main/bench/bench-naive --benchmark_out_format=json --benchmark_out=../bench-naive-main.json --benchmark_filter=128
- name: compare
run: |
# Use cmake-build-release-main because cmake-build-release is gone after checkout
Expand Down

0 comments on commit cd169e4

Please sign in to comment.