packages/client/src/__tests__/benchmarks/lots-of-relations/lots-of-relations.bench.ts::typescript::client generation 100 models with relations
-10%
54.5 s
60.8 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.