Skip to content

1.1

Compare
Choose a tag to compare
@cyberw cyberw released this 28 Jun 19:17
· 2737 commits to master since this release
  • The official Docker image is now based on the python:3.8 image instead of python:3.8-alpine. This should
    make it easier to install other python packages when extending the locust docker image. #1435
  • Allow Users to stop the runner by calling self.environment.runner.quit() (without deadlocking sometimes) #1448
  • Cut to only 5% free space on the top of the graphs #1443
  • Use csv module to generate csv data (solves issues with sample names that need escaping in csv) #1428
  • Various documentation improvements