Skip to content

Instantly share code, notes, and snippets.

@rmueller
Last active September 9, 2015 17:36
Show Gist options
  • Save rmueller/0befdf9e40f795279f59 to your computer and use it in GitHub Desktop.
Save rmueller/0befdf9e40f795279f59 to your computer and use it in GitHub Desktop.
| controller | requests | server sleep | avg response time | % responses in 30 seconds |
|------------|----------|--------------|-----------------------|---------------------------|
| async | 500 | 3 | 9 | 100 |
| async | 1000 | 3 | 20 | 100 |
| async | 500 | 6 | 22 | 100 |
| async | 1000 | 6 | 26 | 19 |
| async | 500 | 10 | 28 | 13,2 |
| async | 1000 | 10 | 29 | 3,5 |
| sync | 500 | 3 | 6 | 100 |
| sync | 1000 | 3 | 12 | 100 |
| sync | 500 | 6 | 12 | 100 |
| sync | 1000 | 6 | 22 | 100 |
| sync | 1500 | 6 | 28 | 17 |
| sync | 500 | 10 | 21 | 100 |
| sync | 1000 | 10 | 29 | 9 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment