fix: max weight for steps fixed

This commit is contained in:
Robert Kwolek
2020-08-25 10:34:59 +02:00
parent ab80bcde44
commit 0ccf97bec1
2 changed files with 13 additions and 5 deletions

View File

@@ -29,7 +29,6 @@ canary:
analysis:
promotion:
fullWeight: 1000
maxWeight: 500
stepWeights: [1, 10, 100, 800]
```
This configuration performs analysis starting from 1, going through `stepWeights` values till 800.