Skip to content

Commit d0569e7

Browse files
authored
Merge pull request #321 from faster-cpython/run-all-benchmarks
Run all benchmarks on weekly
2 parents d50dd17 + 35c5ffd commit d0569e7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

bench_runner/scripts/run_benchmarks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ def select_benchmarks(benchmarks: str):
360360
return ",".join(
361361
["all", *[f"-{x}" for x in util.get_excluded_benchmarks() if x]]
362362
)
363+
elif benchmarks == "all_and_excluded":
364+
return "all"
363365
return benchmarks
364366

365367

bench_runner/templates/_weekly.src.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fork: python
3636
ref: ${{ needs.determine_head.outputs.commit }}
3737
machine: all
38-
benchmarks: all
38+
benchmarks: all_and_excluded
3939
pgo: true
4040
tier2: false
4141
secrets: inherit
@@ -47,7 +47,7 @@ jobs:
4747
fork: python
4848
ref: ${{ needs.determine_head.outputs.commit }}
4949
machine: all
50-
benchmarks: all
50+
benchmarks: all_and_excluded
5151
pgo: true
5252
tier2: false
5353
jit: true
@@ -60,7 +60,7 @@ jobs:
6060
fork: python
6161
ref: ${{ needs.determine_head.outputs.commit }}
6262
machine: all
63-
benchmarks: all
63+
benchmarks: all_and_excluded
6464
pgo: true
6565
tier2: false
6666
jit: false

0 commit comments

Comments
 (0)