featurebase/cmd/pilosactl/spawn.json
2017-01-04 16:29:31 -06:00

17 lines
558 B
JSON

{
"CreatorArgs": ["-hosts=localhost:19444,localhost:19445,localhost:19446", "-log-file-prefix", "asdfe"],
"AgentHosts": [],
"SSHUser": "nikolai-von-havlenhoken",
"Benchmarks": [
{
"Num": 3,
"Name": "set-diags",
"Args": ["diagonal-set-bits", "-iterations", "30000", "-client-type", "round_robin"]
},
{
"Num": 2,
"Name": "rand-plus-zipf",
"Args": ["random-set-bits", "-iterations", "20000", "zipf-set-bits", "-iterations", "100"]
}
]
}