granian/benchmarks/render.sh
Giovanni Barillari 29de90ced1
Some checks are pending
test / linux (3.10) (push) Waiting to run
test / linux (3.11) (push) Waiting to run
test / linux (3.12) (push) Waiting to run
test / linux (3.13) (push) Waiting to run
test / linux (3.14) (push) Waiting to run
test / linux (pypy3.11) (push) Waiting to run
test / linux (3.14t) (push) Waiting to run
test / macos (3.10) (push) Waiting to run
test / macos (3.11) (push) Waiting to run
test / macos (3.12) (push) Waiting to run
test / macos (3.13) (push) Waiting to run
test / macos (3.14) (push) Waiting to run
test / macos (3.14t) (push) Waiting to run
test / windows (3.10) (push) Waiting to run
test / windows (3.11) (push) Waiting to run
test / windows (3.12) (push) Waiting to run
test / windows (3.13) (push) Waiting to run
test / windows (3.14) (push) Waiting to run
test / windows (3.14t) (push) Waiting to run
Update benchmark suite (#759)
2025-12-01 19:21:18 +01:00

29 lines
798 B
Bash
Executable file

#!/usr/bin/env bash
noir -v "benv=$BENV" \
-c data:results/base.json \
templates/main.md > README.md
noir -v "benv=$BENV" \
-c data:results/vs.json \
-c wsdata:results/vs_ws.json \
templates/vs.md > vs.md
noir -v "benv=$BENV" -v pyvb=310 \
-c data310:results/py310.json \
-c data311:results/py311.json \
-c data312:results/py312.json \
-c data312:results/py312.json \
-c data313:results/py313.json \
-c data314:results/py314.json \
templates/pyver.md > pyver.md
noir -v "benv=$BENV" \
-c datal:results/loops.json \
-c datat310:results/ti_py310.json \
-c datat311:results/ti_py311.json \
templates/asyncio.md > asyncio.md
noir -v "benv=$BENV" \
-c data:results/concurrency.json \
templates/concurrency.md > concurrency.md