trpc / v10-playground

tRPC v10 procedure play
https://stackblitz.com/github/trpc/v10-playground?file=src%2Fserver%2Findex.ts,src%2Fclient.ts,src%2Fserver%2Frouters%2FpostRouter.ts&view=editor
13 stars 3 forks source link

TypeScript Performance testing #5

Closed KATT closed 2 years ago

KATT commented 2 years ago

Goal: Make sure that we can have a big backend with this new structure and still keep good DX

How:

Tests:

KATT commented 2 years ago

There's a starting point for code generation that I copied from the trpc repo in https://github.com/trpc/v10-playground/tree/katt/test-big-router

KATT commented 2 years ago

Created a router with 1000 procedures, see readme