mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 16:45:55 +00:00
17 lines
558 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|