Skip to content

Commit 6b7fbf2

Browse files
authored
Merge pull request #356 from faster-cpython/add-weekly-tailcall
Add tail calling to weekly
2 parents 6a5bed4 + 37b8d3c commit 6b7fbf2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bench_runner/templates/_weekly.src.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,21 @@ jobs:
6767
nogil: true
6868
secrets: inherit
6969

70+
weekly-tailcall:
71+
uses: ./.github/workflows/_benchmark.yml
72+
needs: determine_head
73+
with:
74+
fork: python
75+
ref: ${{ needs.determine_head.outputs.commit }}
76+
machine: all
77+
benchmarks: all_and_excluded
78+
pgo: true
79+
tier2: false
80+
jit: false
81+
nogil: false
82+
clang: true
83+
secrets: inherit
84+
7085
pystats:
7186
uses: ./.github/workflows/_pystats.yml
7287
needs: determine_head

0 commit comments

Comments
 (0)