BuoyantIO / slow_cooker

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

Add a -slow-start flag to ramp up requests #58

Open klingerf opened 7 years ago

klingerf commented 7 years ago

When sending a lot of load at a target, it would be nice to have slow_cooker ramp up to it's total qps over the course of a minute or two, rather than just sending the full amount of load at the outset. This would give the target a chance to warmup.

stevej commented 7 years ago

Yeah, a warm-up phase is pretty critical for services that rely on GC or a good cache hit rate.