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

Perform redirects explicitly to make numbers add up with PHP #46

Closed beberlei closed 2 years ago

beberlei commented 2 years ago

Locust counts an action that performs a redirect as a single thing, whereas Tideways counts it as two requests with two response times. This is confusing results especially when you have login action including its redirect to homepage.