locust

Write scalable load tests in plain Python 🚗💨

MIT License

Downloads
3.6K
Stars
24K

Bot releases are visible (Hide)

locust - 2.8.6

Published by cyberw over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/locustio/locust/compare/2.8.5...2.8.6

locust - 2.8.5

Published by cyberw over 2 years ago

  • Fix dependency: Dont use latest Jinja2 because it has breaking changes

What's Changed

New Contributors

Full Changelog: https://github.com/locustio/locust/compare/2.8.4...2.8.5

locust - 2.8.4

Published by cyberw over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/locustio/locust/compare/2.8.3...2.8.4

locust - 2.8.3

Published by cyberw over 2 years ago

What's Changed

Full Changelog: https://github.com/locustio/locust/compare/2.8.2...2.8.3

locust - 2.8.2

Published by cyberw over 2 years ago

What's Changed

Full Changelog: https://github.com/locustio/locust/compare/2.8.1...2.8.2

locust - 2.8.1

Published by cyberw over 2 years ago

What's Changed

Full Changelog: https://github.com/locustio/locust/compare/2.8.0...2.8.1

locust - 2.8.0

Published by cyberw over 2 years ago

Shrink Locust's docker image from 358MB to 95MB. Mainly by basing it on python3.9-slim instead of python3.9.

What's Changed

New Contributors

Full Changelog: https://github.com/locustio/locust/compare/2.7.3...2.8.0

locust - 2.7.3

Published by cyberw over 2 years ago

What's Changed

Full Changelog: https://github.com/locustio/locust/compare/2.7.2...2.7.3

locust - 2.7.2

Published by cyberw over 2 years ago

Fix issue with Locust completely shutting down on stop clicked in the web UI (a bug introduced in 2.7.1)

What's Changed

Full Changelog: https://github.com/locustio/locust/compare/2.7.1...2.7.2

locust - 2.7.1

Published by cyberw over 2 years ago

What's Changed

Full Changelog: https://github.com/locustio/locust/compare/2.7.0...2.7.1

locust - 2.7.0

Published by cyberw over 2 years ago

What's Changed

Small fixes/improvements:

Full Changelog: https://github.com/locustio/locust/compare/2.6.1...2.7.0

locust - 2.6.1

Published by cyberw over 2 years ago

Pretty much only documentation fixes

Full Changelog: https://github.com/locustio/locust/compare/2.6.0...2.6.1

locust - 2.6.0

Published by cyberw over 2 years ago

  • fixed_count: ability to spawn a specific number of users (as opposed to just using weights) #1964
  • Pass tags and exclude-tags to workers. #1976
  • WorkerRunner: read --expect-workers from job parameters #1975
  • Clean up some logging messages #1973
  • Ensure heartbeat_worker doesnt try to re-establish connection to workers when quit has been called #1972
locust - 2.5.1

Published by cyberw almost 3 years ago

locust - 2.5.0

Published by cyberw almost 3 years ago

locust - 2.4.3

Published by cyberw almost 3 years ago

locust - 2.4.2

Published by cyberw almost 3 years ago

locust -

Published by cyberw about 3 years ago

Fix stat printing when using shapes #1907

locust - 2.4.0

Published by cyberw about 3 years ago

Add start_time and url parameters to request event. #1900
Support (and test) Python 3.10 #1901
Make User.run/TaskSet.run final and raise an exception if someone marks it with @task #1895
Ensure target_user_count is set before ramping-up or down #1891/#1894
Release docker image for arm64. #1889

locust - 2.2.3

Published by cyberw about 3 years ago

Fix issue with custom arguments in config file (when not running headless) https://github.com/locustio/locust/pull/1888