Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Configuration: ExecutionMode

Hans-Christian Otto edited this page Apr 8, 2022 · 2 revisions

You can run locust in two different execution modes: docker or local. By default the locust command is run through a Docker container to provide isolation and greatest possible support accross Linux and Mac platforms.

Recommendations:

  • On Linux based systems, run sw-bench in "local" mode
  • On Mac/Windows systems, run sw-bench in "docker" mode

Change the execution mode:

php8.1 bin/sw-bench global-config executionMode local
php8.1 bin/sw-bench global-config executionMode docker
Clone this wiki locally