forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
experiments.json
80 lines (80 loc) · 1.77 KB
/
experiments.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[
{
"name": "AlwaysDisplayTestExplorer - experiment",
"salt": "AlwaysDisplayTestExplorer",
"min": 80,
"max": 100
},
{
"name": "AlwaysDisplayTestExplorer - control",
"salt": "AlwaysDisplayTestExplorer",
"min": 0,
"max": 20
},
{
"name": "ShowPlayIcon - start",
"salt": "ShowPlayIcon",
"max": 100,
"min": 0
},
{
"name": "ShowExtensionSurveyPrompt - enabled",
"salt": "ShowExtensionSurveyPrompt",
"max": 100,
"min": 80
},
{
"name": "ShowExtensionSurveyPrompt - control",
"salt": "ShowExtensionSurveyPrompt",
"min": 0,
"max": 20
},
{
"name": "DebugAdapterFactoryInsiders - control",
"salt": "DebugAdapterFactory",
"min": 0,
"max": 50
},
{
"name": "DebugAdapterFactoryInsiders - experiment",
"salt": "DebugAdapterFactory",
"min": 50,
"max": 100
},
{
"name": "PtvsdWheels37 - control",
"salt": "DebugAdapterFactory",
"min": 0,
"max": 0
},
{
"name": "PtvsdWheels37 - experiment",
"salt": "DebugAdapterFactory",
"min": 0,
"max": 0
},
{
"name": "LS - enabled",
"salt": "LS",
"min": 0,
"max": 4
},
{
"name": "LS - control",
"salt": "LS",
"min": 20,
"max": 24
},
{
"name": "AA_testing - control",
"salt": "AA_testing",
"min": 0,
"max": 10
},
{
"name": "AA_testing - experiment",
"salt": "AA_testing",
"min": 90,
"max": 100
}
]