Skip to content

Instantly share code, notes, and snippets.

@youknowjack
Last active December 24, 2015 08:29
Show Gist options
  • Save youknowjack/6771052 to your computer and use it in GitHub Desktop.
Save youknowjack/6771052 to your computer and use it in GitHub Desktop.
{
"tests" : {
"bgcolortst" : {
"version" : 1,
"description" : "background color test",
"constants" : {
},
"rule" : null,
"salt" : "bgcolortst",
"buckets" : [ {
"name" : "inactive",
"value" : -1,
"description" : "",
"payload" : {
"stringValue" : ""
}
}, {
"name" : "altColor1",
"value" : 0,
"description" : "indeed orange",
"payload" : {
"stringValue" : "#ff6600"
}
}, {
"name" : "altColor2",
"value" : 1,
"description" : "magenta",
"payload" : {
"stringValue" : "#CD29C0"
}
}, {
"name" : "altColor3",
"value" : 2,
"description" : "indeed blue",
"payload" : {
"stringValue" : "#2164f3"
}
}, {
"name" : "altColor4",
"value" : 3,
"description" : "green",
"payload" : {
"stringValue" : "#008040"
}
}],
"allocations" : [ {
"rule" : null,
"ranges" : [ {
"length" : 0.25,
"bucketValue" : 0
}, {
"length" : 0.50,
"bucketValue" : -1
}, {
"length" : 0.25,
"bucketValue" : 2
} ]
} ],
"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