BuoyantIO / slow_cooker

A load tester focused on lifecycle issues and long-running tests
Apache License 2.0
327 stars 26 forks source link

Adds a change indicator denotating latency changes. #27

Closed stevej closed 7 years ago

stevej commented 7 years ago

Adds a change indicator to the end of the log line detonating if we've seen a large jump in latency. For each order of magnitude increase, we add a + sign, up to 3. For order of magnitude decreases, we add a - sign, up to 3.

To support this, we add a basic ring buffer of integers and a simple Mean calculation.

We no longer generate i386 linux binaries for release. We got a little ahead of ourselves with that one.