Created
June 12, 2010 20:30
-
-
Save aarongough/436050 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Synchronous: | |
| Benchmarking 192.168.1.3 (be patient).....done | |
| Document Path: /gist/1010.js | |
| Concurrency Level: 30 | |
| Time taken for tests: 18.312 seconds | |
| Complete requests: 100 | |
| Requests per second: 5.46 [#/sec] (mean) | |
| Time per request: 5493.543 [ms] (mean) | |
| Time per request: 183.118 [ms] (mean, across all concurrent requests) | |
| # Asynchronous: | |
| Benchmarking 192.168.1.3 (be patient).....done | |
| Document Path: /gist/1010.js | |
| Concurrency Level: 30 | |
| Time taken for tests: 1.923 seconds | |
| Complete requests: 100 | |
| Requests per second: 52.00 [#/sec] (mean) | |
| Time per request: 576.883 [ms] (mean) | |
| Time per request: 19.229 [ms] (mean, across all concurrent requests) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment