featurebase/cmd/pilosactl/spawn.json
jaffee 65ac486b4c refactor Init and provide ClientType option
Benchmark implementations can now use 'HasClient' as a component which provides
an Init method which sets up the pilosa client in a configurable way.
Implementations must still expose the ClientType argument through ConsumeFlags
and describe it in Usage()
2016-11-28 15:45:17 -07:00

10 lines
278 B
JSON

{
"PilosaHosts": ["localhost:19327","localhost:19328","localhost:19329"],
"Agents": { "Type": "local" },
"Benchmarks": [
{
"Num": 3,
"Args": ["DiagonalSetBits", "-Iterations", "100000", "-ClientType", "round_robin"]
}
]
}