chore(Automated Integration PR): update engines to 4.13.0-14.migration-engine-rename-to-schema-engine-4f625759140128d24a05cbc810c2f728d212baf5(#18635)

Closed
Merging
integration/engines-4.13.0-14.migration-engine-rename-to-schema-engine-4f625759140128d24a05cbc810c2f728d212baf5
into
main
-10%
IMPROVEMENTS
0
REGRESSIONS
0
UNTOUCHED
3
NEW
0
DROPPED
0

Benchmarks

client generation ~50 Models
packages/client/src/__tests__/benchmarks/huge-schema/huge-schema.bench.ts::typescript::client generation ~50 Models
-10%
5.7 s
6.4 s
typescript compilation ~50 Models
packages/client/src/__tests__/benchmarks/huge-schema/huge-schema.bench.ts::typescript::typescript compilation ~50 Models
-7%
45.5 ms
49.1 ms
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
+25%
61.3 s
48.8 s

Commits

Click on a commit to change the comparison range
chore: Remove unused variables and enable no-unused-vars rule (#18584) * chore: Remove unused variables and enable no-unused-vars rule Enables `@typesctipt-eslint/no-unused-vars` and fixes all violations. There are a couple of exceptions to the rule: 1. Spreads are ignored, making it possible to omit a property with object spread operator, i.e. this code valid: ```ts const { propToOmit, ...rest } = someObject ``` 2. In some cases, we want to have a function argument that won't be used in the function body. Main use-case for this is TS inference tests. In that case, argument may be prefixed with `_` and the rule won't trigger. * Update snapshots * Update more snapshots * Add comments
base
906d265
8 months ago by SevInf
-10%
chore(deps): update engines to 4.13.0-14.migration-engine-rename-to-schema-engine-4f625759140128d24a05cbc810c2f728d212baf5
c044215
8 months ago by prisma-bot
ResourcesHomePricingDocsBlogGitHub
Copyright © 2023 CodSpeed Technology SAS. All rights reserved.