5 ms·
A couple of the components used are actually already open-source: https://github.com/esnme/ultrajson https://github.com/esnme/ultrajson - Super-fast JSON seria
by cgbystrom 15y ago
A couple of the components used are actually already open-source:
https://github.com/esnme/ultrajson https://github.com/esnme/ultrajson - Super-fast JSON serializer.
https://github.com/esnme/locust https://github.com/esnme/locust - Scalable load testing tool capable of simulating millions of users.
https://github.com/esnme/amysql https://github.com/esnme/amysql - 100% async/event driven MySQL driver.
https://github.com/hjlarsson/gevent-memcache https://github.com/hjlarsson/gevent-memcache - memcached driver for gevent.
- m0hit 15y agoThanks for this list. We've been building our own load testing tools on python, and it will be quite helpful to learn from the implementation of locust.