• Stars
    star
    181
  • Rank 212,110 (Top 5 %)
  • Language
    Python
  • Created about 7 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Series of experiments with load testing tool called Locust (locust.io)

Recently we were supposed to conduct a load/stress testing session.

There were already some python scripts in place and the team that produced them suggested using locust.io for this purpose.

The tool was new to me. At the first glance, as far as the feature list is concerned, Locust seems inferior to other software we used before, like Gatling or even JMeter (the latter is turning 20 soon, but it doesn't make it an invalid testing tool!). It looks like Locust generates load and that's pretty much it. With the exception of the single feature that I think is its strongest selling point: the ability to distribute the load (single master, multiple slaves) out of the box.

The authors also claim that it's very easy to use and to extend Locust. So, instead of discarding it (using Locust), I decided to give it a quick try and try to address potential needs/problems with a series of quick experiments.

Some of the things I would like to confirm are:

This repo holds results of particular experiments.

Much of the staff included here is described here: https://medium.com/locust-io-experiments.