Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1013 Bytes

File metadata and controls

32 lines (23 loc) · 1013 Bytes

phparkitect Benchmark

Benchmark comparing performance across phparkitect versions using the Symfony codebase as test subject.

Benchmark results

Run: 2026-03-02T02:03:05Z — Symfony v7.2.0 — PHP 8.3.30 — 5 runs per version

Version Median (s) Spread
main 27.66 ± 0.20
0.8.0 26.43 ± 0.18
0.7.0 26.14 ± 0.75
0.6.0 24.26 ± 0.13

How it works

The benchmark:

  1. Clones symfony/symfony at a pinned tag
  2. Fetches the 3 latest stable phparkitect releases + main
  3. Runs phparkitect check N times per version and records median and spread

Results are updated automatically every day when new commits are pushed to phparkitect/arkitect main.

Running locally

bash run.sh            # run benchmark, writes results/<timestamp>.json
bash update-readme.sh  # update this README with the latest results