You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
#77(minor) Thanks @Saeris! - Add opt-in instrumentation hook (new Valimock({ instrument: true })) and a perf-regression spec asserting call-count and depth ceilings on realistic-shape schemas. Catches catastrophic regressions like the v1.5.0 wrapper-recursion bug — proven locally to detect the bug at ~2,100x explosion in call counts.
#79(patch) Thanks @Saeris! - Add Vitest bench() files for iteration-time performance evaluation, reusing the fixture library from the regression canary. Includes a scripts/profile.mjs convenience wrapper for CPU profiling. Pure tooling — no public-API or runtime changes.