twitter-archive / diffy

Find potential bugs in your services with Diffy
https://twitter.com/diffyproject
Apache License 2.0
3.83k stars 368 forks source link

Can you please add support for the response times too? #38

Closed shiva404 closed 4 years ago

shiva404 commented 8 years ago

I want track difference in response times b/w new release and the old one. I would like to contribute back to but if you are already thinking to add support for the same, I will wait for you else I will try to implement and I can contribute back.

puneetkhanduri commented 8 years ago

@shiva404 We've been experimenting with analyzing regressions in performance stats and we do have something in the pipeline. Perf stats are naturally more susceptible to noise and requires a more complex topology than what Diffy currently builds on so I have been hesitant to introduce a big change that might not produce enough value. Would love to hear your thoughts on how you are planning on isolating real performance regressions (slowed endpoints) from noise. Perhaps we can collaborate on this feature.