Open o-b-one opened 5 years ago
Any update?
Any update?
hi, have you got the answer?
@04116 unfortunately no
I actually run some test myself using autocannon
. the performance is horrible compared to nest
or to express
itself. Unfortunately I can't seem to find the biggest bottleneck here.
@o-b-one @04116 did you do any investigation, maybe share some findings ?
After performing load test (with artillery js) on multiple frameworks I found inversify-express-utils performance to be behind the competitors and plan express.js.
Expected Behavior
Current Behavior
Possible Solution
-
Steps to Reproduce (for bugs)
artillery quick --count 50000 -d 20 http://127.0.0.1:3000/ -o "./benchmark.json"
artillery report benchmark.json
.Context
I would like inversify-express-utils to be with the best performance it can.
References
Generated reports: Express NestJS Inversify
Your Environment