aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/bench/lib.sh
AgeCommit message (Collapse)Author
2026-07-23fix(bench): pin composer binary and work around HTTP/3 slowdownnsfisis
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.