Skip to content

Instantly share code, notes, and snippets.

@aarongough
Created June 12, 2010 20:30
Show Gist options
  • Save aarongough/436050 to your computer and use it in GitHub Desktop.
Save aarongough/436050 to your computer and use it in GitHub Desktop.
# 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