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

Support for different Tideways environments #35

Closed beberlei closed 2 years ago

beberlei commented 2 years ago

Currently the report code assumes Tideways data is collected into production environment. This should be made configurable in the config json.

beberlei commented 2 years ago

Supported with:

{
  "tideways": {"environment": "staging"}
}