| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-23 | fix(bench): pin composer binary and work around HTTP/3 slowdown | nsfisis | |
| Benchmarks were comparing against whatever composer happened to be on PATH instead of the pinned submodule version, and paid the HTTP/3 fallback penalty from composer/composer#12987 on every packagist request. | |||
| 2026-07-18 | perf: add require --no-install benchmark script | nsfisis | |
| Lighter-weight companion to scripts/bench/create-project.sh: compares shirabe vs composer on dependency resolution alone (require --no-install --no-audit), skipping the download/install step that dominates create-project's runtime. | |||
