Skip to content

Commit 79e3eb3

Browse files
authored
Merge branch 'main' into update-changelog-regarding-cores
2 parents adccfaa + f1dd121 commit 79e3eb3

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## Unreleased
22

3-
## v2.0.0
4-
53
### Moving more code to Python
64

75
Most of the code to orchestrate the benchmarks at a high level has moved from

bench_runner/scripts/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def compile_windows(
190190
if "TAILCALL" in flags:
191191
args.append("--tail-call-interp")
192192
if configure_flags := os.environ.get("PYTHON_CONFIGURE_FLAGS"):
193-
args.extend(shlex.split(configure_flags))
193+
args.append(configure_flags)
194194

195195
with contextlib.chdir(cpython):
196196
subprocess.check_call(

bench_runner/templates/_weekly.src.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
fork: python
3636
ref: ${{ needs.determine_head.outputs.commit }}
3737
benchmarks: all
38-
individual: true
3938
tier2: false
4039
secrets: inherit
4140

@@ -46,7 +45,6 @@ jobs:
4645
fork: python
4746
ref: ${{ needs.determine_head.outputs.commit }}
4847
benchmarks: all
49-
individual: true
5048
tier2: true
5149
secrets: inherit
5250

0 commit comments

Comments
 (0)