Skip to content

Commit 734193b

Browse files
authored
Turn DebugAdapterFactory experiments on for all users and PtvsdWheels experiment for 20% of users (microsoft#8913)
* Add more users to the wheels and debug adapter experiments * Turning DebugAdapterFactory experiment on for all users and PtvsdWheels experiment for 20% of users. * Turn on reload experiment for 3% of users * Fix numbers for Reload experiment * Fix number for reload control group
1 parent 3b764e8 commit 734193b

File tree

1 file changed

+92
-92
lines changed

1 file changed

+92
-92
lines changed

experiments.json

Lines changed: 92 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,92 @@
1-
[
2-
{
3-
"name": "AlwaysDisplayTestExplorer - experiment",
4-
"salt": "AlwaysDisplayTestExplorer",
5-
"min": 80,
6-
"max": 100
7-
},
8-
{
9-
"name": "AlwaysDisplayTestExplorer - control",
10-
"salt": "AlwaysDisplayTestExplorer",
11-
"min": 0,
12-
"max": 20
13-
},
14-
{
15-
"name": "ShowPlayIcon - start",
16-
"salt": "ShowPlayIcon",
17-
"max": 100,
18-
"min": 0
19-
},
20-
{
21-
"name": "ShowExtensionSurveyPrompt - enabled",
22-
"salt": "ShowExtensionSurveyPrompt",
23-
"max": 100,
24-
"min": 80
25-
},
26-
{
27-
"name": "ShowExtensionSurveyPrompt - control",
28-
"salt": "ShowExtensionSurveyPrompt",
29-
"min": 0,
30-
"max": 20
31-
},
32-
{
33-
"name": "DebugAdapterFactory - control",
34-
"salt": "DebugAdapterFactory",
35-
"min": 0,
36-
"max": 20
37-
},
38-
{
39-
"name": "DebugAdapterFactory - experiment",
40-
"salt": "DebugAdapterFactory",
41-
"min": 80,
42-
"max": 100
43-
},
44-
{
45-
"name": "PtvsdWheels37 - control",
46-
"salt": "DebugAdapterFactory",
47-
"min": 80,
48-
"max": 87
49-
},
50-
{
51-
"name": "PtvsdWheels37 - experiment",
52-
"salt": "DebugAdapterFactory",
53-
"min": 93,
54-
"max": 100
55-
},
56-
{
57-
"name": "Reload - control",
58-
"salt": "DebugAdapterFactory",
59-
"min": 93,
60-
"max": 96
61-
},
62-
{
63-
"name": "Reload - experiment",
64-
"salt": "DebugAdapterFactory",
65-
"min": 97,
66-
"max": 100
67-
},
68-
{
69-
"name": "LS - enabled",
70-
"salt": "LS",
71-
"min": 0,
72-
"max": 4
73-
},
74-
{
75-
"name": "LS - control",
76-
"salt": "LS",
77-
"min": 20,
78-
"max": 24
79-
},
80-
{
81-
"name": "AA_testing - control",
82-
"salt": "AA_testing",
83-
"min": 0,
84-
"max": 10
85-
},
86-
{
87-
"name": "AA_testing - experiment",
88-
"salt": "AA_testing",
89-
"min": 90,
90-
"max": 100
91-
}
92-
]
1+
[
2+
{
3+
"name": "AlwaysDisplayTestExplorer - experiment",
4+
"salt": "AlwaysDisplayTestExplorer",
5+
"min": 80,
6+
"max": 100
7+
},
8+
{
9+
"name": "AlwaysDisplayTestExplorer - control",
10+
"salt": "AlwaysDisplayTestExplorer",
11+
"min": 0,
12+
"max": 20
13+
},
14+
{
15+
"name": "ShowPlayIcon - start",
16+
"salt": "ShowPlayIcon",
17+
"max": 100,
18+
"min": 0
19+
},
20+
{
21+
"name": "ShowExtensionSurveyPrompt - enabled",
22+
"salt": "ShowExtensionSurveyPrompt",
23+
"max": 100,
24+
"min": 80
25+
},
26+
{
27+
"name": "ShowExtensionSurveyPrompt - control",
28+
"salt": "ShowExtensionSurveyPrompt",
29+
"min": 0,
30+
"max": 20
31+
},
32+
{
33+
"name": "DebugAdapterFactory - control",
34+
"salt": "DebugAdapterFactory",
35+
"min": 0,
36+
"max": 0
37+
},
38+
{
39+
"name": "DebugAdapterFactory - experiment",
40+
"salt": "DebugAdapterFactory",
41+
"min": 0,
42+
"max": 100
43+
},
44+
{
45+
"name": "PtvsdWheels37 - control",
46+
"salt": "DebugAdapterFactory",
47+
"min": 0,
48+
"max": 20
49+
},
50+
{
51+
"name": "PtvsdWheels37 - experiment",
52+
"salt": "DebugAdapterFactory",
53+
"min": 80,
54+
"max": 100
55+
},
56+
{
57+
"name": "Reload - control",
58+
"salt": "DebugAdapterFactory",
59+
"min": 80,
60+
"max": 83
61+
},
62+
{
63+
"name": "Reload - experiment",
64+
"salt": "DebugAdapterFactory",
65+
"min": 97,
66+
"max": 100
67+
},
68+
{
69+
"name": "LS - enabled",
70+
"salt": "LS",
71+
"min": 0,
72+
"max": 4
73+
},
74+
{
75+
"name": "LS - control",
76+
"salt": "LS",
77+
"min": 20,
78+
"max": 24
79+
},
80+
{
81+
"name": "AA_testing - control",
82+
"salt": "AA_testing",
83+
"min": 0,
84+
"max": 10
85+
},
86+
{
87+
"name": "AA_testing - experiment",
88+
"salt": "AA_testing",
89+
"min": 90,
90+
"max": 100
91+
}
92+
]

0 commit comments

Comments
 (0)