Skip to content

v0.8

Compare
Choose a tag to compare
@heyman heyman released this 19 Sep 11:50
· 4489 commits to master since this release

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