From ce34faa9c98d35719bbf697a3ba4e458de649af7 Mon Sep 17 00:00:00 2001 From: jaffee Date: Tue, 15 Nov 2016 10:10:47 -0600 Subject: [PATCH] forgot to check in randspawn benchmark file --- cmd/pilosactl/randspawn.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cmd/pilosactl/randspawn.json 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"] + } + ] +}