Last measured:7213425 on 2026-06-25 16:35 UTC. Regenerated automatically by the benchmarks GitHub Actions workflow (weekly + on release tags). Raw data: benchmarks/results.json.
This report measures both raw speed and algorithmic scaling. Pure Python is slower than C-extensions for dense numerics, so rather than only racing NumPy, the comparisons below also check that the implemented algorithms scale with their theoretical complexity (e.g. O(N log N) FFT, O(N^3) PLU determinant) and converge to machine precision where expected.
Naive Brute Force: ######################################## (0.81s)
CDS O(1) Sampling: # (0.0152s)
Conclusion: CDS is 53.3 times faster via O(1) probabilistic sampling vs running the circuit shot-by-shot.