locust

Write scalable load tests in plain Python 🚗💨

MIT License

Downloads
3.6K
Stars
24K

Bot releases are hidden (Show)

locust - 2.2.2

Published by cyberw about 3 years ago

locust - 2.2.1

Published by cyberw about 3 years ago

PR #1871 Disable setting custom parameters of None or boolean type in web UI. Fixes #1870

locust - 2.2.0

Published by cyberw about 3 years ago

locust - 2.1.0

Published by cyberw about 3 years ago

  • Fix docker builds (2.0 final never got pushed to Docker Hub)
  • Bump dependency on pyzmq to fix out of memory issue on Windows
  • Use 1 as default for user count and spawn rate in web UI start form
  • Various documentation updates
locust - 2.0.0

Published by cyberw about 3 years ago

Time for a new major version!

This release contains changes that could break/change the behaviour of some existing locust files (but probably not many).

User ramp up/down and User type selection is now controlled by the master instead of autonomously by the workers

This has allowed us to fix some issues with incorrect/skewed User type selection and undesired stepping of ramp up. The issues were especially visible when running many workers and/or using LoadShape:s. This change also allows redistribution of Users if a worker disconnects during a test. This is a major change internally in Locust so please let us know if you encounter any problems (particularly regarding ramp up pace, User distribution, CPU usage on master, etc)

Other potentially breaking API changes

  • Change the default User weight to 1 instead of 10 (the old default made no sense)
  • Fire test_start and test_stop events on workers too (previously they were only fired on master/standalone instances)
  • Workers now send their version number to master. Master will warn about version differences, and pre 2.0-versions will not be allowed to connect at all (because they would not work anyway)
  • Update Flask dependency to 2.0

Significant merged PR:s (and prerelease version they were introduced in)

locust - 2.0.0b4

Published by cyberw about 3 years ago

locust - 2.0.0b3

Published by cyberw over 3 years ago

  • Fire test_start and test_stop events on worker nodes #1777 (nathan-beam)
  • Add option to set concurrency of FastHttpUser/Session #1812 (soitinj)
locust - 2.0.0b2

Published by cyberw over 3 years ago

locust - 2.0.0b1

Published by cyberw over 3 years ago

locust - 2.0.0b0

Published by cyberw over 3 years ago

locust - 1.6.0

Published by cyberw over 3 years ago

locust - 1.5.3

Published by cyberw over 3 years ago

locust - 1.5.2

Published by cyberw over 3 years ago

locust - 1.5.1

Published by cyberw over 3 years ago

locust - 1.5.0

Published by cyberw over 3 years ago

Updated request event with context and deprecate request_failure/success #1750
Add response object to request event #1752

locust - 1.4.4

Published by cyberw over 3 years ago

locust -

Published by heyman over 3 years ago

Merged pull requests:

  • fix stats values for chart tooltips #1691 (aek)
locust - 1.4.2

Published by cyberw over 3 years ago

locust - 1.4.1

Published by cyberw almost 4 years ago

locust - 1.4.0

Published by cyberw almost 4 years ago