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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/variations/unittest_data/expected_output.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/variations/unittest_data/test_config.json
diff --git a/tools/variations/unittest_data/test_config.json b/tools/variations/unittest_data/test_config.json
index fca6883c8069ef2a86bf435ef7a005b633ac30b4..15a1a4528db5ae92596a53382558a7d50bf24298 100644
--- a/tools/variations/unittest_data/test_config.json
+++ b/tools/variations/unittest_data/test_config.json
@@ -1,8 +1,8 @@
{
- "TestStudy1": [
+ "TestTrial1": [
{"group_name": "TestGroup1"}
],
- "TestStudy2": [
+ "TestTrial2": [
{
"group_name": "TestGroup2",
"params": {
@@ -11,9 +11,18 @@
},
"enable_features": ["A", "B"],
"disable_features": ["C"]
+ },
+ {
+ "group_name": "TestGroup2-2",
+ "params": {
+ "x": "3",
+ "y": "4"
+ },
+ "enable_features": ["D", "E"],
+ "disable_features": ["F"]
}
],
- "TestStudy3": [
+ "TestTrial3": [
{"group_name": "TestGroup3", "enable_features": ["X"]}
]
-}
+}
« 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