mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
change benchmark configs
This commit is contained in:
parent
9c717e2eee
commit
8adfd259c6
3 changed files with 8 additions and 5 deletions
|
|
@ -25,8 +25,6 @@ import (
|
|||
"time"
|
||||
"unsafe"
|
||||
|
||||
"golang.org/x/crypto/ssh"
|
||||
|
||||
"github.com/pilosa/pilosa"
|
||||
"github.com/pilosa/pilosa/bench"
|
||||
"github.com/pilosa/pilosa/creator"
|
||||
|
|
@ -34,6 +32,7 @@ import (
|
|||
"github.com/pilosa/pilosa/roaring"
|
||||
|
||||
"github.com/satori/go.uuid"
|
||||
"golang.org/x/crypto/ssh"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"CreatorArgs": ["-type", "local", "-serverN", "1", "-replicaN", "1"],
|
||||
"CreatorArgs": ["-hosts=localhost:19444,localhost:19445,localhost:19446", "-log-file-prefix", "asdfe"],
|
||||
"AgentHosts": [],
|
||||
"Benchmarks": [
|
||||
{
|
||||
"Num": 1,
|
||||
"Args": ["slice-height", "-max-time", "1", "-max-bits-per-map", "100"]
|
||||
"Args": ["-human", "slice-height", "-max-time", "1", "-max-bits-per-map", "100"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,11 @@
|
|||
"Benchmarks": [
|
||||
{
|
||||
"Num": 3,
|
||||
"Args": ["diagonal-set-bits", "-iterations", "30000", "-client-type", "round_robin"]
|
||||
"Args": ["-human", "diagonal-set-bits", "-iterations", "30000", "-client-type", "round_robin"]
|
||||
},
|
||||
{
|
||||
"Num": 2,
|
||||
"Args": ["-human", "random-set-bits", "-iterations", "20000", "zipf-set-bits"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue