Firefox OS/Performance/Tools: Difference between revisions
< Firefox OS | Performance
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
==Instrumentation== | ==Instrumentation== | ||
* [[../Automation_Testing|Automation & Testing]] | * [[../Automation_Testing|Automation & Testing]] | ||
* [[/Data_Sources_and_Tools_for_FxOS_Perfomance_Optimization|Data Sources & Tools for FxOS Performance Optimization] | * [[/Data_Sources_and_Tools_for_FxOS_Perfomance_Optimization|Data Sources & Tools for FxOS Performance Optimization]] | ||
==Profiling== | ==Profiling== |
Revision as of 15:54, 23 June 2014
Progress
Bugzilla query error
Array ( [type] => error [message] => http-bad-status [params] => Array ( [0] => 400 [1] => Bad Request ) ) 1
Dashboards
Handling Regressions
- Bisecting
- Root-Causing
- Reverting
- update tree
- git revert -m1 originalCommitHash. -m1 is only needed if the original commit was a merge.
- git push