Skip to content

Instantly share code, notes, and snippets.

@carlos8f
Created August 26, 2012 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlos8f/3473117 to your computer and use it in GitHub Desktop.
Save carlos8f/3473117 to your computer and use it in GitHub Desktop.
middler benchmarks
middleware
==========
benchmarx v0.2.2
Wed Aug 29 2012 16:19:39 GMT-0700 (PDT)
connect@2.4.3
-------------
** SIEGE 2.72
** Preparing 10 concurrent users for battle.
The server is now under siege...
Lifting the server siege... done.
Transactions: 212859 hits
Availability: 100.00 %
Elapsed time: 29.57 secs
Data transferred: 2.23 MB
Response time: 0.00 secs
Transaction rate: 7198.48 trans/sec
Throughput: 0.08 MB/sec
Concurrency: 9.94
Successful transactions: 212859
Failed transactions: 0
Longest transaction: 0.79
Shortest transaction: 0.00
middler@0.4.6
-------------
** SIEGE 2.72
** Preparing 10 concurrent users for battle.
The server is now under siege...
Lifting the server siege... done.
Transactions: 229246 hits
Availability: 100.00 %
Elapsed time: 29.98 secs
Data transferred: 2.40 MB
Response time: 0.00 secs
Transaction rate: 7646.63 trans/sec
Throughput: 0.08 MB/sec
Concurrency: 9.92
Successful transactions: 229246
Failed transactions: 0
Longest transaction: 0.30
Shortest transaction: 0.00
union@0.3.4
-----------
** SIEGE 2.72
** Preparing 10 concurrent users for battle.
The server is now under siege...
Lifting the server siege... done.
Transactions: 91639 hits
Availability: 100.00 %
Elapsed time: 29.97 secs
Data transferred: 0.96 MB
Response time: 0.00 secs
Transaction rate: 3057.69 trans/sec
Throughput: 0.03 MB/sec
Concurrency: 9.97
Successful transactions: 91639
Failed transactions: 0
Longest transaction: 0.03
Shortest transaction: 0.00
SUMMARY
-------
**************** middler (7646.63 rps)
**************** connect (7198.48 rps)
******* union (3057.69 rps)
routing
=======
benchmarx v0.2.2
Wed Aug 29 2012 16:21:29 GMT-0700 (PDT)
express-routes
--------------
** SIEGE 2.72
** Preparing 10 concurrent users for battle.
The server is now under siege...
Lifting the server siege... done.
Transactions: 188415 hits
Availability: 100.00 %
Elapsed time: 29.74 secs
Data transferred: 1.62 MB
Response time: 0.00 secs
Transaction rate: 6335.41 trans/sec
Throughput: 0.05 MB/sec
Concurrency: 9.94
Successful transactions: 188415
Failed transactions: 0
Longest transaction: 0.13
Shortest transaction: 0.00
director-routes
---------------
** SIEGE 2.72
** Preparing 10 concurrent users for battle.
The server is now under siege...
Lifting the server siege... done.
Transactions: 72350 hits
Availability: 100.00 %
Elapsed time: 29.96 secs
Data transferred: 0.62 MB
Response time: 0.00 secs
Transaction rate: 2414.89 trans/sec
Throughput: 0.02 MB/sec
Concurrency: 9.97
Successful transactions: 72350
Failed transactions: 0
Longest transaction: 0.03
Shortest transaction: 0.00
middler-routes@0.4.6
--------------------
** SIEGE 2.72
** Preparing 10 concurrent users for battle.
The server is now under siege...
Lifting the server siege... done.
Transactions: 205843 hits
Availability: 100.00 %
Elapsed time: 29.96 secs
Data transferred: 1.77 MB
Response time: 0.00 secs
Transaction rate: 6870.59 trans/sec
Throughput: 0.06 MB/sec
Concurrency: 9.94
Successful transactions: 205843
Failed transactions: 0
Longest transaction: 0.12
Shortest transaction: 0.00
SUMMARY
-------
**************** middler-routes (6870.59 rps)
*************** express-routes (6335.41 rps)
****** director-routes (2414.89 rps)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment