Skip to content

Use PGO on weekly builds #458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### Bugfixes

#### Use PGO on weekly builds

Since 2.0.0, PGO was not being used on weekly builds. This is now fixed.

#### No warmup runs for pystats

When collecting pystats, pyperformance will no longer perform "warmup runs", to
Expand Down
1 change: 1 addition & 0 deletions bench_runner/scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def generate__weekly(dst: Any) -> Any:
"ref": "${{ needs.determine_head.outputs.commit }}",
"machine": runner.name,
"benchmarks": "all_and_excluded",
"pgo": True,
**flags.flags_to_gha_variables_yml(weekly_cfg.flags),
},
"secrets": "inherit",
Expand Down