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

Side by Side Diff: tools/variations/unittest_data/test_config.json

Issue 2259443003: Capture All Groups in the Field Trial For Testing Studies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « tools/variations/unittest_data/expected_output.cc ('k') | 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 { 1 {
2 "TestStudy1": [ 2 "TestTrial1": [
3 {"group_name": "TestGroup1"} 3 {"group_name": "TestGroup1"}
4 ], 4 ],
5 "TestStudy2": [ 5 "TestTrial2": [
6 { 6 {
7 "group_name": "TestGroup2", 7 "group_name": "TestGroup2",
8 "params": { 8 "params": {
9 "x": "1", 9 "x": "1",
10 "y": "2" 10 "y": "2"
11 }, 11 },
12 "enable_features": ["A", "B"], 12 "enable_features": ["A", "B"],
13 "disable_features": ["C"] 13 "disable_features": ["C"]
14 },
15 {
16 "group_name": "TestGroup2-2",
17 "params": {
18 "x": "3",
19 "y": "4"
20 },
21 "enable_features": ["D", "E"],
22 "disable_features": ["F"]
14 } 23 }
15 ], 24 ],
16 "TestStudy3": [ 25 "TestTrial3": [
17 {"group_name": "TestGroup3", "enable_features": ["X"]} 26 {"group_name": "TestGroup3", "enable_features": ["X"]}
18 ] 27 ]
19 } 28 }
OLDNEW
« no previous file with comments | « tools/variations/unittest_data/expected_output.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698