forgot to check in randspawn benchmark file

This commit is contained in:
jaffee 2016-11-15 10:10:47 -06:00
parent 9cc3c76297
commit ce34faa9c9

View file

@ -0,0 +1,10 @@
{
"PilosaHosts": ["localhost:19327","localhost:19328","localhost:19329"],
"Agents": { "Type": "local" },
"Benchmarks": [
{
"Num": 1,
"Args": ["RandomSetBits", "-Iterations", "10000", "-ProfileIDRange", "1000000", "-BitmapIDRange", "1000000", "-Seed", "2345"]
}
]
}