change benchmark configs

This commit is contained in:
jaffee 2017-01-04 09:58:32 -06:00
parent 9c717e2eee
commit 8adfd259c6
3 changed files with 8 additions and 5 deletions

View file

@ -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 (

View file

@ -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"]
}
]
}

View file

@ -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"]
}
]
}