michaelasper/benchmarks

Reproducible coding-agent benchmark reports

11

stars

6

commits

Python

primary language

Aug 21, 2026

updated

README

Benchmarks

Small, reproducible coding-agent benchmark reports.

Reports

Each report links to the summarized run data and the script used to regenerate its charts.

Layout

data/<run>/     aggregates from the run, plus a normalized CSV and,
                where available, a per-checkpoint agent-loop summary
images/         generated figures, one prefix per run
scripts/        chart generation and run summarization; metadata extraction

Regenerate the DeepSeek and Qwen figures with:

python scripts/render_charts.py [data/<run>]

Regenerate the full-catalogue GLM figures with:

python scripts/render_glm_charts.py data/glm-5.3-pi-xhigh-2026-08-19

Regenerate the Ox Alpha figures with:

python scripts/render_ox_alpha_charts.py \
  data/ox-alpha-pi-xhigh-2026-08-20

No third-party Python packages are required to regenerate the figures.

Contributors

michaelasper

6 commits

michaelasper/benchmarks

Reproducible coding-agent benchmark reports

11

stars

6

commits

Python

primary language

Aug 21, 2026

updated

README

Benchmarks

Small, reproducible coding-agent benchmark reports.

Reports

Each report links to the summarized run data and the script used to regenerate its charts.

Layout

data/<run>/     aggregates from the run, plus a normalized CSV and,
                where available, a per-checkpoint agent-loop summary
images/         generated figures, one prefix per run
scripts/        chart generation and run summarization; metadata extraction

Regenerate the DeepSeek and Qwen figures with:

python scripts/render_charts.py [data/<run>]

Regenerate the full-catalogue GLM figures with:

python scripts/render_glm_charts.py data/glm-5.3-pi-xhigh-2026-08-19

Regenerate the Ox Alpha figures with:

python scripts/render_ox_alpha_charts.py \
  data/ox-alpha-pi-xhigh-2026-08-20

No third-party Python packages are required to regenerate the figures.

Contributors

michaelasper

6 commits

Languages

Python

98.1%

Shell

1.3%