Commit Graph

2 Commits

Author SHA1 Message Date
Pratik Bhadane 9ec3bc3f7a fix(bench): lower feature_matrix speedup floor to 0.40
feature_matrix is a dict-dispatch wrapper benchmarked against bare
indicator calls. On CI's x86_64 runner the fixed wrapper overhead
(~0.3 ms) makes speedup ~0.53, well below the 0.80 floor that held
on Apple Silicon. The floor is now 0.40 — enough to catch genuine
catastrophic regressions while tolerating cross-arch wrapper overhead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 02:48:23 +05:30
Pratik Bhadane 2d5000262f chore: release v1.0.2 2026-03-24 02:02:10 +05:30