BuoyantIO / slow_cooker

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

Optionally check request body against a hash. #57

Closed stevej closed 7 years ago

stevej commented 7 years ago

Gated on a Sample Rate, we can now check that the request bodies match a given FNV-1a hash. You should pass in the hash as an integer number rather than as a hex number.

Math friends, feel free to tell me what kind of sampling function you'd like to see.