mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
forgot to check in randspawn benchmark file
This commit is contained in:
parent
9cc3c76297
commit
ce34faa9c9
1 changed files with 10 additions and 0 deletions
10
cmd/pilosactl/randspawn.json
Normal file
10
cmd/pilosactl/randspawn.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"PilosaHosts": ["localhost:19327","localhost:19328","localhost:19329"],
|
||||
"Agents": { "Type": "local" },
|
||||
"Benchmarks": [
|
||||
{
|
||||
"Num": 1,
|
||||
"Args": ["RandomSetBits", "-Iterations", "10000", "-ProfileIDRange", "1000000", "-BitmapIDRange", "1000000", "-Seed", "2345"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue