Skip to content

Commit

Permalink
Rename more main to master
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueDoctor committed Aug 12, 2024
1 parent c4f1425 commit 5b7cc71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@ jobs:
run: |
cargo install [email protected]
- name: Checkout main branch
- name: Checkout master branch
run: |
git fetch origin main:main
git checkout main
git fetch origin master:master
git checkout master
- name: Run baseline benchmarks
run: |
cargo bench --bench compile_demo_art --features=iai -- --save-baseline=main
cargo bench --bench compile_demo_art --features=iai -- --save-baseline=master
- name: Checkout PR branch
run: |
git checkout ${{ github.event.pull_request.head.sha }}
- name: Run PR benchmarks
run: |
cargo bench --bench compile_demo_art --features=iai -- --baseline main > benchmark_results.txt
cargo bench --bench compile_demo_art --features=iai -- --baseline master > benchmark_results.txt
- name: Parse benchmark results
id: parse_results
Expand Down

0 comments on commit 5b7cc71

Please sign in to comment.