packages/client/src/__tests__/benchmarks/lots-of-relations/lots-of-relations.bench.ts::typescript::client generation 100 models with relations
+14%
61.8 s
54 s
Commits
Click on a commit to change the comparison range
chore(deps): update dependency typescript to v5 (#18356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
base
6821e57
7 months ago by renovate[bot]
+963%
chore(client): Merge client and engines-core packages
Moves most of `engine-core` package into `core/runtime/engine`
subdirectory of the client.
Moves some utitlites from the `engine-core` into various `internals` sub
modules.
This allows us to use `internals` helpers within what used to be
`engines-core` code. In the future, it would also allow us to simplify
the code by reusing some of the client-side abstractions.
Fix prisma/client-plannig#358
Unblock prisma/client-plannig#340
3199bae
7 months ago by SevInf
-950%
chore(client): Merge client and engines-core packages
Moves most of `engine-core` package into `core/runtime/engine`
subdirectory of the client.
Moves some utitlites from the `engine-core` into various `internals` sub
modules.
This allows us to use `internals` helpers within what used to be
`engines-core` code. In the future, it would also allow us to simplify
the code by reusing some of the client-side abstractions.
Fix prisma/client-planning#358
Unblock prisma/client-planning#340
f010005
7 months ago by SevInf
+838%
Fix couple of test failures
35ec469
7 months ago by SevInf
-770%
Move tracing uitls and errors to top level of core/