Skip to content

Commit

Permalink
refactor: (GH-apache#85) Changes in benchmark after review-3
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Kumar Singh <[email protected]>
  • Loading branch information
singh1203 committed Feb 2, 2025
1 parent 4dc951e commit 41cbba6
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 @@ -19,6 +19,8 @@ name: Benchmarks
on:
push:
branches: [main]
pull_request:
branches: [main]
paths:
- ".github/workflows/benchmark.yml"
- "ci/scripts/bench_adapt.py"
Expand Down Expand Up @@ -46,6 +48,7 @@ jobs:
cache: true
cache-dependency-path: go.sum
- name: Run Benchmarks
if: github.event_name != 'push'
run: |
ci/scripts/bench.sh --json
- name: Upload results
Expand Down

0 comments on commit 41cbba6

Please sign in to comment.