Closed
Bug 1251353
Opened 9 years ago
Closed 9 years ago
Add a basic dashboard comparing e10s vs. non-e10s performance on mozilla-inbound
Categories
(Tree Management :: Perfherder, defect)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: wlach)
References
Details
Attachments
(1 file)
We want this for tracking e10s performance. To keep things reasonable and up to date, we'll generate the numbers by getting the values over the last two days on the configuration closest to release (pgo). This will mean that there will be some latency between people checking in fixes/regressions and us noticing on the dashboard, but we have regular old perfherder alerts for that.
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8723711 [details]
[treeherder] wlach:1251353 > mozilla:master
The e10s-dashboard is more or less designed as throwaway code, but let me know if you have any feedback.
Attachment #8723711 -
Flags: review?(jmaher)
Comment 3•9 years ago
|
||
Comment on attachment 8723711 [details]
[treeherder] wlach:1251353 > mozilla:master
looking good- lots of changes and good refactoring for reusing a lot of the compare code.
Attachment #8723711 -
Flags: review?(jmaher) → review+
Comment 4•9 years ago
|
||
Pull request has landed in master: https://github.com/mozilla/treeherder/commit/761411c6722430aff562ce398250b97214c32262
Comment 5•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/fdb4b841ebbaa763f6ee1527215dacc3fdf15ff8
Bug 1251353 - Put filtering options directly into compare table
This gives us the filtering view for free on all comparison
views (e.g. compare subtest, compare e10s-vs-non-e10s),
whereas previously we only had it on the main comparison view
https://github.com/mozilla/treeherder/commit/47ac44c2e1cc4c7c5ef6832886f55a3deccf0b7d
Bug 1251353 - Add a dashboard for tracking e10s vs. non-e10s performance
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 6•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/5212fead0105a0c784f37e0f589b4b160084f716
Bug 1251353 - Fix deployment issue
Comment 7•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/75261b794ff761fba55d4cfddbd0a191acb02254
Bug 1251353 - Fix persistence of filter settings
We would take the correct parameters from the URL, but the actual
filter form fields would not reflect it.
You need to log in
before you can comment on or make changes to this bug.
Description
•