Skip to content

Instantly share code, notes, and snippets.

@dcramer
Last active December 17, 2015 02:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dcramer/5537828 to your computer and use it in GitHub Desktop.
Save dcramer/5537828 to your computer and use it in GitHub Desktop.
- 2 runs, one warmup, one timed
- warmup was 5m
- timed run 30s
- default sentry settings (no database access)
- 3 sync workers
- sentry start
- os-x (brew install pypy --devel)
- siege -c 3 http://localhost:9000/login/ -b -t30S
== pypy 2.0 beta 2
~500MB per process
Transactions: 456 hits
Availability: 100.00 %
Elapsed time: 29.54 secs
Data transferred: 75.21 MB
Response time: 0.19 secs
Transaction rate: 15.44 trans/sec
Throughput: 2.55 MB/sec
Concurrency: 2.98
Successful transactions: 456
Failed transactions: 0
Longest transaction: 1.51
Shortest transaction: 0.10
== python2.7
~ 70MB per process
Transactions: 383 hits
Availability: 100.00 %
Elapsed time: 29.30 secs
Data transferred: 26.82 MB
Response time: 0.23 secs
Transaction rate: 13.07 trans/sec
Throughput: 0.92 MB/sec
Concurrency: 2.99
Successful transactions: 383
Failed transactions: 0
Longest transaction: 0.36
Shortest transaction: 0.18
== setup
pip install sentry
make
sentry start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment