codesenberg / bombardier

Fast cross-platform HTTP benchmarking tool written in Go
MIT License
5.91k stars 313 forks source link

Feature Request: Validate Responses #108

Open jackHedaya opened 6 months ago

jackHedaya commented 6 months ago

Hey! How are you?

I think a cool feature would be to validate that all responses were the same. For example, in my case, I'm testing to ensure there are no concurrency issues that would cause a file corruption. I'd love to know if the hash of all of the responses matched.

Let me know if there's interest in this feature and perhaps I'll take a crack at it!