File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Unreleased
22
3- ## v2.0.0
4-
53### Moving more code to Python
64
75Most of the code to orchestrate the benchmarks at a high level has moved from
Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 3535 fork : python
3636 ref : ${{ needs.determine_head.outputs.commit }}
3737 benchmarks : all
38- individual : true
3938 tier2 : false
4039 secrets : inherit
4140
4645 fork : python
4746 ref : ${{ needs.determine_head.outputs.commit }}
4847 benchmarks : all
49- individual : true
5048 tier2 : true
5149 secrets : inherit
5250
You can’t perform that action at this time.
0 commit comments