packages/client/src/__tests__/benchmarks/lots-of-relations/lots-of-relations.bench.ts::typescript::client generation 100 models with relations
+2%
52.5 s
51.3 s
Commits
Click on a commit to change the comparison range
test(client): Ensure relation mode tests are running for supported adapters (#21757)
Previously, we skipped all relation mode tests if driver adapters are
used, even if adapter does not require fixed relation mode, like
Planetscale. This was likely unintentional. PR fixes that and updates
some outdated assertions that were never actually checked.
Close prisma/team-orm#515