We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6aa6f3 + 650ed8d commit fc764dfCopy full SHA for fc764df
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
### Bugfixes
4
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
9
#### No warmup runs for pystats
10
11
When collecting pystats, pyperformance will no longer perform "warmup runs", to
bench_runner/scripts/install.py
@@ -271,6 +271,7 @@ def generate__weekly(dst: Any) -> Any:
271
"ref": "${{ needs.determine_head.outputs.commit }}",
272
"machine": runner.name,
273
"benchmarks": "all_and_excluded",
274
+ "pgo": True,
275
**flags.flags_to_gha_variables_yml(weekly_cfg.flags),
276
},
277
"secrets": "inherit",
0 commit comments