Kong / mesh-perf

Performance tests of Kong Mesh
Apache License 2.0
0 stars 1 forks source link

feat: add stabilization sleep #40

Closed jakubdyszkiewicz closed 1 year ago

jakubdyszkiewicz commented 1 year ago

Add stabilization sleep to a test so we can track what is the perf of the CP after the given test scenario is executed. This also lets us track that we don't do any unnecessary reconciliations after all the changes to the environment are done.

Fix #33