diff --git a/cmd/pilosactl/randspawn.json b/cmd/pilosactl/randspawn.json new file mode 100644 index 000000000..67b34e14f --- /dev/null +++ b/cmd/pilosactl/randspawn.json @@ -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"] + } + ] +}