Monthly Archive: June 2014

Load testing with locust.io

Testing code at scale is important and there are many tools out there to do so but recently I’ve fallen a little in love with a relatively new tool from locust.io. Locust.io is an easy to use Python load testing tool. It builds on the python requests library and zeromq to allow you to easily test millions of users hitting...