Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 343 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 343 Bytes

Zod perftesting

node generateRandomSchemas.js to generate some random Zod schemas (pregenerated ones already exist in src/index.ts)

npm run build-bench to run tsc with extendedDiagnostics

Either modify zod's typings in node_modules/zod or npm link a local copy and do modifications there. Remember to build zod in between!