locust v2.11.0 Release Notes

Release Date: 2022-08-12 // over 1 year ago
  • Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ‘ท Not able to achieve high RPS (3000 users, 20 workers, 32 vcpu-64 GB RAM) #2154
    • Flask 2.2.0 Update breaks request_stats_full_history_csv in web.py #2147
    • โœ… "New test" with different number of users #2135

    Closed issues:

    • โœ… Use of different LoadTestShape classes in the same locust file #2151

    ๐Ÿ”€ Merged pull requests:

    • โž• Add example launch.json for debugging the whole Locust runtime in vscode #2156 (SamPosh)
    • ๐Ÿ‘ท feat: add 'worker_index' to WorkerRunner #2155 (gdm85)
    • ๐Ÿšš chore: Remove misleading docstring in test #2153 (mboutet)
    • ๐Ÿ›  fix: Ensure new test starts with specified number of users after previous test has been stopped #2152 (mboutet)
    • Pass multiple Locustfiles and allow selecting User and Shape class from the WebUI #2137 (mikenester)