Avatar for the prisma user
prisma
prisma
BlogDocsChangelog

fix(client): Remove delay during engine spans creation

#19149Merged
Comparing
fix/remove-span-delay
(
3db98fb
) with
main
(
b08df12
)
CodSpeed Performance Gauge
+5%
Improvements
0
Regressions
0
Untouched
3
New
0
Dropped
0
Ignored
0

Benchmarks

Passed

typescript compilation ~50 Models
packages/client/src/__tests__/benchmarks/huge-schema/huge-schema.bench.ts::typescript::typescript compilation ~50 Models
CodSpeed Performance Gauge
+18%
23.5 ms
20 ms
client generation ~50 Models
packages/client/src/__tests__/benchmarks/huge-schema/huge-schema.bench.ts::typescript::client generation ~50 Models
CodSpeed Performance Gauge
0%
1.8 s
1.8 s
client generation 100 models with relations
packages/client/src/__tests__/benchmarks/lots-of-relations/lots-of-relations.bench.ts::typescript::client generation 100 models with relations
CodSpeed Performance Gauge
-3%
10.5 s
10.8 s

Commits

Click on a commit to change the comparison range
Base
main
b08df12
0%
fix(client): Remove delay in during engine spans creation 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 by their start time instead.
bf0914d
2 years ago
by SevInf
+5%
fix(client): Remove delay in during engine spans creation 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 by their start time instead.
ccd3d73
2 years ago
by SevInf
-1%
fix(client): Remove delay in during engine spans creation 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.
e186dae
2 years ago
by SevInf
-5%
fix(client): Remove delay in during engine spans creation 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 by their start time instead.
9168ade
2 years ago
by SevInf
+1%
fix(client): Remove delay in during engine spans creation 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 by their start time instead.
73deb00
2 years ago
by SevInf
+4%
fix(client): Remove delay in during engine spans creation 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.
3db98fb
2 years ago
by SevInf
Home Terms PrivacyDocs