QA/Telemetry/Developing a Telemetry Experiment: Difference between revisions

Jump to navigation Jump to search
better formatting
(Creating this page)
 
(better formatting)
Line 6: Line 6:
* create a new folder under experiments/ for your new experiment
* create a new folder under experiments/ for your new experiment
** it is highly recommended that you use `hg cp` from an existing folder (this makes review easier as it's able to track the changes made to the boilerplate files)
** it is highly recommended that you use `hg cp` from an existing folder (this makes review easier as it's able to track the changes made to the boilerplate files)
** e.g. `cd experiments; hg cp e10s-beta45-withoutaddons my-new-experiment`
** e.g.  
** use a descriptive folder name to highly the feature, channel and version
*** <code>cd experiments; hg cp e10s-beta45-withoutaddons my-new-experiment</code>
* the main experiment code should go under code/bootstrap.js
** use a descriptive folder name to highlight the feature, channel and version
* the main experiment code lives in code/bootstrap.js


== Manifest file ==
== Manifest file ==
Confirmed users
371

edits

Navigation menu