packages/client/src/__tests__/benchmarks/lots-of-relations/lots-of-relations.bench.ts::typescript::client generation 100 models with relations
-2%
54.5 s
55.5 s
Commits
Click on a commit to change the comparison range
fix(client): Remove delay in during engine spans creation (#19149)
This delay actually causes some engine spans to get lost when used
with real data proxy (could not reproduce with mini-proxy). This PR
achieves stable ordering within the testby sorting spans alphabetically
by their name instead.
base
18313b3
7 months ago by SevInf
-3%
fix(client): remove "os" import in ExitHooks, replacing it with a static map