v0.8
Closed issues:
- Infinite recursion error when testing https sites #655
- website SSL #644
- Using locust to query Cassandra #569
Merged pull requests:
- find locustfile in the root directory #609 (arthurdarcet)
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