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

Side by Side Diff: testing/variations/README

Issue 2360053002: Document the Combined Field Trial Testing Configuration Format (Closed)
Patch Set: CR Feedback 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 | testing/variations/README.md » ('j') | testing/variations/README.md » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Field Trial Testing Config
2 ==========================
3
4 This directory contains field trial configurations that are used
5 to ensure testing coverage of the experiments defined in the
6 fieldtrial_testing_config_*.json files.
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
15 Field trial experiments specified in these configs are set to be
16 enabled by default for Chromium builds. This configuration is also
17 used for perf bots and browser tests in the waterfall.
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 | testing/variations/README.md » ('j') | testing/variations/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698