Skip to content

Commit fc764df

Browse files
authored
Merge pull request #458 from mdboom/fix-weekly-pgo
Use PGO on weekly builds
2 parents b6aa6f3 + 650ed8d commit fc764df

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Bugfixes
44

5+
#### Use PGO on weekly builds
6+
7+
Since 2.0.0, PGO was not being used on weekly builds. This is now fixed.
8+
59
#### No warmup runs for pystats
610

711
When collecting pystats, pyperformance will no longer perform "warmup runs", to

bench_runner/scripts/install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def generate__weekly(dst: Any) -> Any:
271271
"ref": "${{ needs.determine_head.outputs.commit }}",
272272
"machine": runner.name,
273273
"benchmarks": "all_and_excluded",
274+
"pgo": True,
274275
**flags.flags_to_gha_variables_yml(weekly_cfg.flags),
275276
},
276277
"secrets": "inherit",

0 commit comments

Comments
 (0)