Skip to content

Instantly share code, notes, and snippets.

@thelinuxlich
Created December 18, 2013 20:56
Show Gist options
  • Save thelinuxlich/8029702 to your computer and use it in GitHub Desktop.
Save thelinuxlich/8029702 to your computer and use it in GitHub Desktop.
Result of a simple benchmark using Express.js and Partial.js(latest versions of both)
Express.js:
Transactions: 1500 hits
Availability: 100.00 %
Elapsed time: 6.10 secs
Data transferred: 0.24 MB
Response time: 0.06 secs
Transaction rate: 245.90 trans/sec
Throughput: 0.04 MB/sec
Concurrency: 14.90
Successful transactions: 1500
Failed transactions: 0
Longest transaction: 0.30
Shortest transaction: 0.05
Partial.js:
Transactions: 1500 hits
Availability: 100.00 %
Elapsed time: 1.98 secs
Data transferred: 0.57 MB
Response time: 0.02 secs
Transaction rate: 757.58 trans/sec
Throughput: 0.29 MB/sec
Concurrency: 14.88
Successful transactions: 1500
Failed transactions: 0
Longest transaction: 0.05
Shortest transaction: 0.01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment