Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: testing/variations/README

Issue 2343003002: Testing Varations: Expand on the Field Trial Testing Config (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Field Trial Testing Config 1 Field Trial Testing Config
2 ========================== 2 ==========================
3 3
4 This directory contains field trial configurations that are used 4 This directory contains field trial configurations that are used
5 to ensure testing coverage of the experiments defined in the 5 to ensure testing coverage of the experiments defined in the
6 fieldtrial_testing_config_*.json files. 6 fieldtrial_testing_config_*.json files.
7 7
8 The keys in these JSON files should match the Field Trial study name.
9 The group names should match the experiment group names.
10
11 Chrome features must be explicitly enabled using 'enable_features',
12 as the variations framework does not actually fetch the Field Trial
13 definitions.
14
8 Field trial experiments specified in these configs are set to be 15 Field trial experiments specified in these configs are set to be
9 enabled by default for Chromium builds. This configuration is also 16 enabled by default for Chromium builds. This configuration is also
10 used for perf bots and browser tests in the waterfall. 17 used for perf bots and browser tests in the waterfall.
11 18
19 Note that these apply specifically for Chromium builds, and Chrome
20 branded / official builds do not use these definitions.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698