File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
5656For documentation build tests:
You can’t perform that action at this time.
0 commit comments