locust v0.13.5 Release Notes

Release Date: 2019-12-17 // over 4 years ago
  • Full Changelog

    🛠 Fixed bugs:

    • 🛠 Fix percentiles printed in _stats.csv file #1198
    • 0️⃣ set default Accept-Encoding to "gzip, deflate" in FastHttpLocust to match HttpLocust behaviour #1195
    • FastHttpLocust is very slow at returning the response text #1193

    🔀 Merged pull requests:

    • Use response\_time\_percentile for <name>_stats.csv file instead of current\_response\_time\_percentile #1197 (mehta-ankit)
    • 0️⃣ Send Accept-Encoding: gzip, deflate as default in FastHttpLocust. #1196 (cyberw)
    • Get encoding from content-type header instead of autodetecting using chardet (which is slow) #1194 (cyberw)