Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I don't see any performance here #6

Open
imcm7 opened this issue Dec 3, 2023 · 1 comment
Open

I don't see any performance here #6

imcm7 opened this issue Dec 3, 2023 · 1 comment

Comments

@imcm7
Copy link

imcm7 commented Dec 3, 2023

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

@imcm7
Copy link
Author

imcm7 commented Dec 3, 2023

What Orm I not try all have result 100+ request per second

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant