packages/client/src/__tests__/benchmarks/lots-of-relations/lots-of-relations.bench.ts::typescript::client generation 100 models with relations
-16%
44.8 s
53.3 s
Commits
Click on a commit to change the comparison range
perf(get-platform): Optimize some of the platform detection routines (#18638)
* perf(get-platform): Optimize some of the platform detection routines
1. Detect node support using `process.arch` rather than calling `getos`,
that will re-do openssl search
2. Look for openssl lib using readdir rather than launching child
process and quit on the first found library, rather then continuing
executing commands.
Together, those changes improve loading peroformance by 10-20ms on orm
comparison benchmarks.
* Use `os.machine` if available
base
30a839d
8 months ago by SevInf
-16%
chore(deps): update engines to 4.13.0-19.a66a710f664d9a266c9d6e55be43a3517250dc07