Skip to content

Commit

Permalink
change main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ysugimoto committed Oct 18, 2024
1 parent 8c8ad83 commit 6826591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run benchmark between base branch
on:
pull_request:
branches:
- "feature/benchmark-performance"
- "main"

jobs:
benchmark-base:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: feature/benchmark-performance
ref: main
- name: Run benchmark for base branch
run: make benchmark > bench.base.txt
- name: Upload base benchmark result
Expand Down

0 comments on commit 6826591

Please sign in to comment.