You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the work has moved from GitHub Actions `.yml` files to Python code in `workflow.py`.
6
+
In the future, this will allow supporting more workflow engines beyond just GitHub Actions.
7
+
8
+
**Migration note**: After running `python -m bench_runner install` to update your local files, but sure to add the new `workflow_bootstrap.py` file to your git repository.
9
+
10
+
### New configuration
11
+
12
+
Runners have a new configuration `use_cores` to control the number of CPU cores
13
+
used to build CPython. By default, this will use all available cores, but some
0 commit comments