You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nestjs hello world application.
Mikro-orm (with disabled identity map) failed 208 request (from a total of 5000) but have requests per second: 124.46 and drizzle 122.96 [#/sec] (mean).
Drizzle is not 10x faster like I seen in some tests somewhere.
mikro
Concurrency Level: 1000
Time taken for tests: 40.173 seconds
Complete requests: 5000
Failed requests: 208
(Connect: 0, Receive: 0, Length: 208, Exceptions: 0)
Non-2xx responses: 208
Total transferred: 651648 bytes
HTML transferred: 17488 bytes
Requests per second: 124.46 [#/sec] (mean)
Time per request: 8034.519 [ms] (mean)
Time per request: 8.035 [ms] (mean, across all concurrent requests)
Transfer rate: 15.84 [Kbytes/sec] received
drizzle
Concurrency Level: 1000
Time taken for tests: 40.664 seconds
Complete requests: 5000
Failed requests: 0
Total transferred: 640000 bytes
HTML transferred: 10000 bytes
Requests per second: 122.96 [#/sec] (mean)
Time per request: 8132.896 [ms] (mean)
Time per request: 8.133 [ms] (mean, across all concurrent requests)
Transfer rate: 15.37 [Kbytes/sec] received
The text was updated successfully, but these errors were encountered:
Nestjs hello world application.
Mikro-orm (with disabled identity map) failed 208 request (from a total of 5000) but have requests per second: 124.46 and drizzle 122.96 [#/sec] (mean).
Drizzle is not 10x faster like I seen in some tests somewhere.
mikro
drizzle
The text was updated successfully, but these errors were encountered: