packages/client/src/__tests__/benchmarks/lots-of-relations/lots-of-relations.bench.ts::typescript::client generation 100 models with relations
+2%
61.4 s
60.1 s
Commits
Click on a commit to change the comparison range
chore(bench): fix benchmark GH action on main (#18463)
Currently the "Store benchmark result" step of the benchmark pipeline
fails with `Error: No benchmark result was found in
/home/runner/work/prisma/prisma/output.txt.`. The reason is the second
benchmark run overwrites the `output.txt` file from the first run but
doesn't contain the raw Benchmark.js output. This commit fixes that.
base
b990cf0
8 months ago by aqrln
-15%
feat(scripts): allow filtering the benchmarks to run
Make it possible to run a single benchmark or a subset of benchmarks
by specifying a name pattern, similar to Jest tests.