summaryrefslogtreecommitdiffstats
path: root/mobile/android/tests/background/junit4/resources/experiments.json
blob: 870a57778114aa3fdb1e2d0538ecef7575b045b1 (plain)
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

{
  "data": [
    {
      "name": "active-experiment",
        "match": {
        },
        "buckets": {
          "min": "0",
          "max": "100"
        },
        "values": {
          "foo": true
        }
    },

    {
      "name": "inactive-experiment",
        "match": {
          "appId": "^NOPE$"
        },
        "buckets": {
          "min": "0",
          "max": "0"
        }
      },
    {
      "name": "bookmark-history-menu",
        "match": {
        },
        "buckets": {
          "min": "0",
          "max": "100"
        }
      },
    {
      "name": "is-matching",
        "match": {
          "appId": "^org.mozilla.gecko$"
        },
        "buckets": {
          "min": "0",
          "max": "100"
        }
      },
    {
      "name": "is-not-matching",
        "match": {
          "appId": "^org.mozilla.fennec|^org.mozilla.firefox_beta$"
        },
        "buckets": {
          "min": "0",
          "max": "100"
        }
      },
    {
      "name": "promote-add-to-homescreen",
      "buckets": {
        "max": "100",
        "min": "50"
      },
      "last_modified": 1467705654772,
      "values": {
        "lastVisitMaximumAgeMs": 600000,
        "minimumTotalVisits": 5,
        "lastVisitMinimumAgeMs": 30000
      },
      "id": "20d278d7-0d35-4811-8f01-bf24e31ba51b",
      "match": {
        "appId": "^org.mozilla.fennec|^org.mozilla.firefox_beta$"
      },
      "schema": 1467705310595
    },
    {
      "name": "offline-cache",
      "buckets": {
        "max": "100",
        "min": "0"
      },
      "last_modified": 1467705429859,
      "id": "9f1ea043-c1d8-48ba-802d-aeabaf667afe",
      "match": {
        "appId": "^org.mozilla.fennec|^org.mozilla.firefox_beta$"
      },
      "schema": 1467705310595
    },
    {
      "name": "bookmark-history-menu",
      "buckets": {
        "max": "100",
        "min": "0"
      },
      "last_modified": 1467705381971,
      "id": "29988035-1a59-4671-b679-2c717a68bd12",
      "match": {},
      "schema": 1467705310595
    }
  ]
}