Skip to content

Instantly share code, notes, and snippets.

@bryanp
Last active August 29, 2015 13:56
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 bryanp/9181950 to your computer and use it in GitHub Desktop.
Save bryanp/9181950 to your computer and use it in GitHub Desktop.
Pakyow 0.8 Benchmarks
Ruby 2.1.0
Sinatra 1.4.4
Pakyow 0.8.0
Thin 1.6.1
Tested on an 8GB Digital Ocean Droplet
Benchmark command: siege -r 1000 -b http://localhost:3000
Transactions: 15000 hits
Availability: 100.00 %
Elapsed time: 16.20 secs
Data transferred: 0.17 MB
Response time: 0.02 secs
Transaction rate: 925.93 trans/sec
Throughput: 0.01 MB/sec
Concurrency: 14.45
Successful transactions: 15000
Failed transactions: 0
Longest transaction: 0.08
Shortest transaction: 0.00
Transactions: 15000 hits
Availability: 100.00 %
Elapsed time: 23.87 secs
Data transferred: 0.17 MB
Response time: 0.02 secs
Transaction rate: 628.40 trans/sec
Throughput: 0.01 MB/sec
Concurrency: 14.61
Successful transactions: 15000
Failed transactions: 0
Longest transaction: 0.35
Shortest transaction: 0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment