mhausenblas / kboom

The Kubernetes scale & soak load tester
Apache License 2.0
305 stars 24 forks source link

WIP: Initial support for watch based approach #10

Closed johscheuer closed 5 years ago

johscheuer commented 5 years ago

Fixes: https://github.com/mhausenblas/kboom/issues/9

This PR uses a watch based approach rather than a pull based approach.

Here is a example results of thee current changes:

Server Version: v1.15.0
Running a scale test, launching 10 pod(s) with a 3m0s timeout ...

-------- Results --------
Overall pods successful: 10 out of 10
Total runtime: 21.322058781s
Fastest pod: 3.85829541s
Slowest pod: 21.254900781s
p50 pods: 13.09047399s
p95 pods: 21.254900781s
mhausenblas commented 5 years ago

Oh man, you rock @johscheuer! Thanks a lot, again :)