featurebase/cmd/pilosactl/spawn.json
jaffee a3b69f9066 rename bench commands and args
lower case and dash separated
2016-11-28 15:45:18 -07:00

10 lines
278 B
JSON

{
"CreatorArgs": ["-type", "local", "-serverN", "3", "-replicaN", "1"],
"Agents": { "Type": "local" },
"Benchmarks": [
{
"Num": 3,
"Args": ["diagonal-set-bits", "-iterations", "30000", "-client-type", "round_robin"]
}
]
}