Skip to content

Commit cead7aa

Browse files
committed
Add CHANGELOG.md
1 parent 5685297 commit cead7aa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Unreleased
2+
3+
## v2.0.0
4+
5+
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
14+
Cloud VMs require using fewer.

0 commit comments

Comments
 (0)