This harness compares where ruff, vulture, deptry, and pyfallow fit in the same Python quality stack. It is not a winner-takes-all benchmark.
The pinned repository subset matches the first five entries in benchmarks/soak/repos.toml.
Inspect the matrix:
python benchmarks/comparison/run.py --listWrite deterministic plans without cloning or installing tools:
python benchmarks/comparison/run.py --repo requests --tool pyfallow --dry-runRun one pyfallow shakedown:
python benchmarks/comparison/run.py --repo requests --tool pyfallow --runs 1 --executeRun the full 5-repo x 4-tool x 5-run matrix:
python benchmarks/comparison/run.py --repo all --tool all --runs 5 --executeGenerated repositories, virtual environments, and results are intentionally ignored:
benchmarks/comparison/workspace/benchmarks/comparison/venvs/benchmarks/comparison/results/
Summarize and publish numbers only after recording hardware, Python version, tool versions, and whether repositories were analyzed with their own native dependencies installed.