Skip to content

Instantly share code, notes, and snippets.

@youknowjack
Created October 1, 2013 18:00
Show Gist options
  • Save youknowjack/6782462 to your computer and use it in GitHub Desktop.
Save youknowjack/6782462 to your computer and use it in GitHub Desktop.
{
"tests" : {
"bgcolortst" : {
"version" : 1,
"description" : "background color test",
"salt" : "bgcolortst",
"buckets" : [ {
"name" : "inactive",
"value" : -1,
"description" : "",
}, {
"name" : "altColor1",
"value" : 0,
"description" : "test color 1",
}, {
"name" : "altColor2",
"value" : 1,
"description" : "test color 2",
}, {
"name" : "altColor3",
"value" : 2,
"description" : "test color 3",
}, {
"name" : "altColor4",
"value" : 3,
"description" : "test color 4",
}],
"allocations" : [ {
"rule" : null,
"ranges" : [ {
"length" : 0.1,
"bucketValue" : 0
}, {
"length" : 0.2,
"bucketValue" : -1
}, {
"length" : 0.1,
"bucketValue" : 1
}, {
"length" : 0.2,
"bucketValue" : -1
}, {
"length" : 0.1,
"bucketValue" : 2
}, {
"length" : 0.2,
"bucketValue" : -1
}, {
"length" : 0.1,
"bucketValue" : 3
} ]
} ],
"testType" : "USER"
}
},
"audit" : {
"version" : 1,
"updatedBy" : "jack",
"updated" : 1379048400000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment