Skip to content

Instantly share code, notes, and snippets.

@pfreixes
Created November 17, 2015 11:36
Show Gist options
  • Save pfreixes/4270102430913f16ee87 to your computer and use it in GitHub Desktop.
Save pfreixes/4270102430913f16ee87 to your computer and use it in GitHub Desktop.
Python is sometimes a bit depresing
+-------------------+-------------------------+---------+---------+---------+-------+
|Name |Parameters | Real| User| Sys| Msg/s|
+-------------------+-------------------------+---------+---------+---------+-------+
|Pika_Threads |{'threads': 2} | 3.03| 1.24| 0.15| 1650|
|Pika_Threads |{'threads': 4} | 1.78| 1.26| 0.19| 2808|
|Pika_Threads |{'threads': 8} | 1.48| 1.12| 0.16| 3378|
|Pika_Threads |{'threads': 16} | 1.43| 1.10| 0.27| 3496|
|Pika_Threads |{'threads': 32} | 1.31| 1.14| 0.30| 3816|
|Pika_Async |{'connections': 2} | 2.75| 0.96| 0.07| 1818|
|Pika_Async |{'connections': 4} | 1.98| 0.88| 0.09| 2525|
|Pika_Async |{'connections': 8} | 1.04| 0.79| 0.08| 4807|
|Pika_Async |{'connections': 16} | 0.85| 0.70| 0.06| 5882|
|Pika_Async |{'connections': 32} | 0.78| 0.64| 0.05| 6410|
|Librabbitmq_Threads|{'threads': 2} | 0.15| 0.06| 0.02| 33333|
|Librabbitmq_Threads|{'threads': 4} | 0.14| 0.06| 0.02| 35714|
|Librabbitmq_Threads|{'threads': 8} | 0.20| 0.05| 0.04| 25000|
|Librabbitmq_Threads|{'threads': 16} | 0.17| 0.05| 0.06| 29411|
|Librabbitmq_Threads|{'threads': 32} | 0.19| 0.06| 0.08| 26315|
+------------------+-------------------------+---------+---------+---------+--------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment