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

Precise user stats #23

Closed beberlei closed 2 years ago

beberlei commented 2 years ago

The locust stats outputs are already aggregated and don't calculate precise percentiles. We want to export every request made during the benchmark and then calculate 1 minute based hdr histograms, exactly like the Tideways backend does.

For the beginning we use the 95% percentile and group it into 5 grades A-D, F. We render a histogram with the distribution of responses into each grade category and compute a color based on 95% of requests being within a category.

Fixes #24

private-packagist[bot] commented 2 years ago

composer.lock

Package changes

Package Operation From To Changes
beberlei/hdrhistogram-php-stubs add - v1.0.1 view code

Settings · Docs · Powered by Private Packagist