RESOLVED FIXED 168813
New sampling algorithm shows very few points when zoomed out
https://bugs.webkit.org/show_bug.cgi?id=168813
Summary New sampling algorithm shows very few points when zoomed out
Ryosuke Niwa
Reported 2017-02-23 18:12:32 PST
Turns out the new sampling algorithm introduced in https://trac.webkit.org/changeset/212853 can hide vast majority of points when zoomed out to a large time range because then almost all points are fall below the threshold.
Attachments
Fixes the bug (13.63 KB, patch)
2017-02-23 20:37 PST, Ryosuke Niwa
no flags
Fixes the bug (15.98 KB, patch)
2017-02-23 22:43 PST, Ryosuke Niwa
saam: review+
Ryosuke Niwa
Comment 1 2017-02-23 20:37:32 PST
Created attachment 302634 [details] Fixes the bug
Ryosuke Niwa
Comment 2 2017-02-23 21:23:19 PST
Comment on attachment 302634 [details] Fixes the bug Nope, this still has a pathology where if the graph becomes more dense because bots become healthier, cycle time improved, etc... then we can simply drop an entire section of data points :(
Ryosuke Niwa
Comment 3 2017-02-23 22:43:55 PST
Created attachment 302645 [details] Fixes the bug
Saam Barati
Comment 4 2017-02-23 22:55:14 PST
Comment on attachment 302645 [details] Fixes the bug r=me
Ryosuke Niwa
Comment 5 2017-02-23 22:58:52 PST
Note You need to log in before you can comment on or make changes to this bug.