Skip to content

Instantly share code, notes, and snippets.

@queertypes
Created March 7, 2014 17:10
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 queertypes/9415490 to your computer and use it in GitHub Desktop.
Save queertypes/9415490 to your computer and use it in GitHub Desktop.
Results
alejandro@rainbow-generator:~:$ for i in {1..5}; do time python rate_test.py 90 https://test.queues.api.rackspacecloud.com/v1/queues <redacted>; done
<Response [204]>
{'429': 0, '200': 0, 'other': 0, '204': 90}
real 0m1.852s
user 0m1.300s
sys 0m0.133s
<Response [204]>
{'429': 0, '200': 0, 'other': 0, '204': 90}
real 0m2.052s
user 0m1.310s
sys 0m0.144s
<Response [204]>
{'429': 0, '200': 0, 'other': 0, '204': 90}
real 0m3.424s
user 0m1.315s
sys 0m0.139s
<Response [204]>
{'429': 0, '200': 0, 'other': 0, '204': 90}
real 0m2.100s
user 0m1.294s
sys 0m0.135s
<Response [204]>
{'429': 0, '200': 0, 'other': 0, '204': 90}
real 0m1.927s
user 0m1.303s
sys 0m0.119s
@queertypes
Copy link
Author

<Response [204]>
{'429': 24, '200': 0, 'other': 0, '204': 976}

real    0m26.345s
user    0m13.486s
sys 0m1.123s
<Response [204]>
{'429': 13, '200': 0, 'other': 0, '204': 987}

real    0m20.767s
user    0m13.402s
sys 0m1.144s
<Response [204]>
{'429': 24, '200': 0, 'other': 0, '204': 976}

real    0m21.430s
user    0m13.288s
sys 0m1.182s
<Response [204]>
{'429': 24, '200': 0, 'other': 0, '204': 976}

real    0m22.410s
user    0m13.504s
sys 0m0.962s
<Response [204]>
{'429': 18, '200': 0, 'other': 0, '204': 982}

real    0m21.919s
user    0m13.219s
sys 0m1.165s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment