packages/client/src/__tests__/benchmarks/lots-of-relations/lots-of-relations.bench.ts::typescript::client generation 100 models with relations
+41%
61.6 s
43.8 s
Commits
Click on a commit to change the comparison range
fix(deps): update dependency ts-pattern to v4.2.2 (#18545)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
base
df69320
8 months ago by renovate[bot]
-20%
fix(cli): Exclude source maps from bundled client
Client, bundled in cli still shipped with source maps. Fixed by using
`npm-packlist`, so that contents of bundled client will always be
identical to `@prisma/client` pacakge.