mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
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()
10 lines
278 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|