Last active
August 29, 2015 14:05
-
-
Save commuterjoy/f0f61d6ea6ef3f124865 to your computer and use it in GitHub Desktop.
benchmark of node proxy against code as of 18 Aug 2014
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
$ siege -t30s -c100 -A 'iPhone 4' http://localhost:5050/badger | |
Transactions: 3640 hits | |
Availability: 100.00 % | |
Elapsed time: 29.56 secs | |
Data transferred: 1.31 MB | |
Response time: 0.25 secs | |
Transaction rate: 123.14 trans/sec | |
Throughput: 0.04 MB/sec | |
Concurrency: 30.19 | |
Successful transactions: 3640 | |
Failed transactions: 0 | |
Longest transaction: 1.66 | |
Shortest transaction: 0.18 | |
# siege -t30s -c200 http://pacific-anchorage-7654.herokuapp.com/badger | |
Transactions: 6621 hits | |
Availability: 100.00 % | |
Elapsed time: 29.87 secs | |
Data transferred: 2.37 MB | |
Response time: 0.39 secs | |
Transaction rate: 221.66 trans/sec | |
Throughput: 0.08 MB/sec | |
Concurrency: 85.36 | |
Successful transactions: 6621 | |
Failed transactions: 0 | |
Longest transaction: 5.81 | |
Shortest transaction: 0.20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment