Last active
March 21, 2016 00:18
-
-
Save thiagogabriel/9737609d0379fb51acc1 to your computer and use it in GitHub Desktop.
phoenix benchmark on heroku doing external request to requestb.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using HTTPotion | |
With external request 1 | |
800 requests | |
150 concurrency | |
failed 564 | |
Requests per second: 88.32 | |
________________________________________ | |
With external request 2 | |
800 requests | |
80 concurrency | |
failed 13 | |
Requests per second: 24.38 | |
________________________________________ | |
No external request (only http response): | |
2000 requests | |
400 concurrency | |
Requests per second: 110 | |
________________________________________ | |
With external request on spawn process 1 | |
800 requests | |
150 concurrency | |
failed 429 | |
Requests per second: 108.48 | |
________________________________________ | |
With external request on spawn process 2 | |
800 requests | |
80 concurrency | |
failed 385 | |
Requests per second: 85.14 | |
________________________________________ | |
With external request on spawn process 3 | |
800 requests | |
40 concurrency | |
failed 223 | |
Requests per second: 56.72 | |
_________________________________________________ | |
HTTPoison | |
With external request on spawn process | |
2000 requests | |
400 concurrency | |
failed 18 | |
Requests per second: 124.66 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment