Skip to content

Releases: locustio/locust

v0.8

19 Sep 11:50
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Infinite recursion error when testing https sites #655
  • website SSL #644
  • Using locust to query Cassandra #569

Merged pull requests:

General Notes

  • Python 3 support
  • Dropped support for Python 2.6
  • Added --no-reset-stats option for controling if the statistics should be reset once
    the hatching is complete
  • Added charts to the web UI for requests per second, average response time, and number of
    simulated users.
  • Updated the design of the web UI.
  • Added ability to write a CSV file for results via command line flag
  • Added the URL of the host that is currently being tested to the web UI.
  • We now also apply gevent's monkey patching of threads. This fixes an issue when
    using Locust to test Cassandra (#569).
  • Various bug fixes and improvements

v0.8a3

15 Sep 14:59
Compare
Choose a tag to compare
Merge pull request #654 from aldenpeterson-wf/version-bump

Bump version to 0.8a3 for another pre-release candidate