Closed beberlei closed 2 years ago
First simple approach by merging all non-purchaser users into a single new BrowsingUser
. Downside for now that all sub-tasks are equally distributed for now, we should expand it to make the browsing user kinds configurable as well later.
Also introduced another rate for cart abandonment: https://github.com/tideways/shopware6-benchmarking/commit/fd14632a309f5c4282391147adca758bb079f48c
Currently the conversion rate is hardcoded as the weight of the
Purchaser
locust user in relation to all other users. We should make this configurable for the scenario.