()
| 3 | |
| 4 | const bench = metabench("small: z.object().parseAsync", { |
| 5 | async zod3() { |
| 6 | for (const _ of DATA) await zod3.parseAsync(_); |
| 7 | }, |
| 8 | async zod4() { |
| 9 | for (const _ of DATA) await zod4.parseAsync(_); |
| 10 | }, |
nothing calls this directly
no test coverage detected