|
|
| (6 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| == Overview ==
| | #REDIRECT [[EngineeringProductivity/Projects/Perfherder]] |
| [https://treeherder.mozilla.org/perf.html Perfherder] is a reporting dashboard for automated performance testing. It has two primary goals:
| |
| | |
| # Assisting sheriffs with the detection and triaging of performance regressions and improvements in Mozilla products.
| |
| # Assisting developers in diagnosing and fixing performance issues. | |
| | |
| Perfherder is part of the [[Auto-tools/Projects/Treeherder|Treeherder]] project.
| |
| | |
| == Contribution ==
| |
| | |
| We welcome contributions to Perfherder! We track issues inside the [https://bugzilla.mozilla.org/buglist.cgi?resolution=---&component=Perfherder&product=Tree%20Management Perfherder component on bugzilla], see below for a list of open bugs.
| |
| | |
| The [[Auto-tools/Projects/Treeherder#Contributing|contribution section]] of the Treeherder page has some handy resources for those just getting started. In general, if you have a development version of treeherder running, you're all set to hack on Perfherder! Just jump to:
| |
| | |
| * http://local.treeherder.mozilla.org/perf.html (full copy inside Vagrant)
| |
| * http://localhost:8000/app/perf.html (if just running the UI using the node server)
| |
| | |
| If you have a question, jump on [irc://irc.mozilla.org/treeherder #treeherder] on irc.mozilla.org and look for wlach or jmaher (mostly online in EST timezone).
| |
| | |
| == Source and docs ==
| |
| | |
| See the [[Auto-tools/Projects/Treeherder#Source_and_Docs|Treeherder]] page.
| |
| | |
| == Bug Table ==
| |
| <bugzilla>
| |
| {
| |
| "component": "Perfherder", "component_type": "contains",
| |
| "resolution": "---",
| |
| "include_fields": "id,priority,component,summary,assigned_to",
| |
| "order": "priority,assigned_to"
| |
| }
| |
| </bugzilla>
| |