tideways / shopware6-benchmarking

The Shopware 6 performance benchmarking toolset, built by Shopware and Tideways.
GNU Affero General Public License v3.0
27 stars 1 forks source link

[GH-19] Introduce GlobalConfiguration with executionMode setting. #22

Closed beberlei closed 2 years ago

beberlei commented 2 years ago

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.

Change the execution mode:

php8.1 bin/sw-bench global-config executionMode local
php8.1 bin/sw-bench global-config executionMode docker

Fixes #19