Skip to content

Commit c4ae2f5

Browse files
committed
updates
1 parent 0671993 commit c4ae2f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install tox
2828
2929
- name: Run package benchmarks
30-
run: tox -e py38-bench-packages -- --benchmark-min-rounds 20 --benchmark-json bench-packages.json
30+
run: tox -e py39-bench-packages -- --benchmark-min-rounds 20 --benchmark-json bench-packages.json
3131

3232
# - name: Upload package data
3333
# uses: actions/upload-artifact@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
pip install tox
9999
100100
- name: Run benchmark
101-
run: tox -e py38-bench-core -- --benchmark-json bench-core.json
101+
run: tox -e py39-bench-core -- --benchmark-json bench-core.json
102102

103103
- name: Upload data
104104
uses: actions/upload-artifact@v3

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This can also be used to run benchmarking tests using [pytest-benchmark](https:/
5050

5151
```shell
5252
>> cd markdown-it-py
53-
tox -e py38-bench-packages -- --benchmark-min-rounds 50
53+
tox -e py39-bench-packages -- --benchmark-min-rounds 50
5454
```
5555

5656
For documentation build tests:

0 commit comments

Comments
 (0)