packages/client/src/__tests__/benchmarks/lots-of-relations/lots-of-relations.bench.ts::typescript::client generation 100 models with relations
+10%
61.2 s
55.4 s
Commits
Click on a commit to change the comparison range
feat(scripts): run all benchmarks even if one fails (#18558)
Run all bechmarks and only print failures rather than exiting as soon
as one benchmark fails, and only then throw an error if there were
failures. This makes the benchmark runner behave more similarly to a
test runner, and it will prevent CodSpeed from marking other
benchmarks as "dropped" when one of them crashes.
base
1c731aa
7 months ago by aqrln
-10%
chore(deps): update engines to 4.14.0-57.5907d6ccc8494af6acccafd77cd00a2fa80c028d
32d7795
7 months ago by prisma-bot
-30%
Skip broken tests
Functionallity is actually broken and never worked even prior to engine
update - test just passed because there were no engine-side spans issued
during the execution.