catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.91k stars 563 forks source link

Timeseries API should return improvement direction with the timeseries #4506

Closed zeptonaut closed 6 years ago

zeptonaut commented 6 years ago

Without the improvement direction, it's hard to draw many meaningful conclusions from the data (e.g. "have things gotten better or worse?"). As suggested by @benshayden, I have a local branch with this working by just adding a few lines of code to api/timeseries.py.

simonhatch commented 6 years ago

Do you want to just clean that up and upload it?

zeptonaut commented 6 years ago

Done! Submitted in https://chromium-review.googlesource.com/c/catapult/+/1093058