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
perf: reuse Ajv instance across validations instead of creating per call
Create the Ajv2020 instance once during init() and reuse it for all
validateResponse/validateRequest calls. Eliminates repeated Ajv
construction and addFormats() overhead — 14x speedup on a 67-mock suite
(7.7s → 552ms).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments