forked from luabud/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiments.json
More file actions
128 lines (128 loc) · 2.83 KB
/
experiments.json
File metadata and controls
128 lines (128 loc) · 2.83 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
{
"name": "ShowPlayIcon - start",
"salt": "ShowPlayIcon",
"max": 100,
"min": 0
},
{
"name": "ShowExtensionSurveyPrompt - enabled",
"salt": "ShowExtensionSurveyPrompt",
"max": 100,
"min": 60
},
{
"name": "ShowExtensionSurveyPrompt - control",
"salt": "ShowExtensionSurveyPrompt",
"min": 0,
"max": 40
},
{
"name": "DebugAdapterFactory - control",
"salt": "DebugAdapterFactory",
"min": 0,
"max": 0
},
{
"name": "DebugAdapterFactory - experiment",
"salt": "DebugAdapterFactory",
"min": 0,
"max": 100
},
{
"name": "PtvsdWheels37 - control",
"salt": "DebugAdapterFactory",
"min": 0,
"max": 0
},
{
"name": "PtvsdWheels37 - experiment",
"salt": "DebugAdapterFactory",
"min": 0,
"max": 100
},
{
"name": "Reload - control",
"salt": "DebugAdapterFactory",
"min": 0,
"max": 0
},
{
"name": "Reload - experiment",
"salt": "DebugAdapterFactory",
"min": 0,
"max": 0
},
{
"name": "UseTerminalToGetActivatedEnvVars - experiment",
"salt": "UseTerminalToGetActivatedEnvVars",
"min": 0,
"max": 0
},
{
"name": "UseTerminalToGetActivatedEnvVars - control",
"salt": "UseTerminalToGetActivatedEnvVars",
"min": 0,
"max": 100
},
{
"name": "AA_testing - control",
"salt": "AA_testing",
"min": 0,
"max": 10
},
{
"name": "AA_testing - experiment",
"salt": "AA_testing",
"min": 90,
"max": 100
},
{
"name": "CollectLSRequestTiming - experiment",
"salt": "CollectLSRequestTiming",
"min": 0,
"max": 10
},
{
"name": "CollectLSRequestTiming - control",
"salt": "CollectLSRequestTiming",
"min": 10,
"max": 100
},
{
"name": "CollectNodeLSRequestTiming - experiment",
"salt": "CollectNodeLSRequestTiming",
"min": 0,
"max": 100
},
{
"name": "CollectNodeLSRequestTiming - control",
"salt": "CollectNodeLSRequestTiming",
"min": 0,
"max": 0
},
{
"name": "DeprecatePythonPath - experiment",
"salt": "DeprecatePythonPath",
"min": 0,
"max": 20
},
{
"name": "DeprecatePythonPath - control",
"salt": "DeprecatePythonPath",
"min": 80,
"max": 100
},
{
"name": "RunByLine - experiment",
"salt": "RunByLine",
"min": 0,
"max": 100
},
{
"name": "RunByLine - control",
"salt": "RunByLine",
"min": 0,
"max": 0
}
]