grafana / flagger-k6-webhook

Using k6 to do load testing of the canary before rolling out traffic
Apache License 2.0
24 stars 9 forks source link

chore: Refactor launchHandler.ServeHTTP #162

Closed zerok closed 2 months ago

zerok commented 2 months ago

This should make the whole implementation more readable and also reduce the cyclomatic complexity. The price is having another struct with some internal state.