locust v0.8 Release Notes

Release Date: 2017-09-19 // over 6 years ago
    • ๐Ÿ‘ 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