scripts: update with read tests

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-01-12 10:40:18 -08:00
parent bda49746d3
commit 1c7fa2c024
1 changed files with 3 additions and 3 deletions

View File

@ -249,7 +249,7 @@ sudo mv /tmp/gcp-key-etcd-development.json /etc/gcp-key-etcd-development.json
head -10 /etc/gcp-key-etcd-development.json head -10 /etc/gcp-key-etcd-development.json
# copy the tester configuration from git repository # copy the tester configuration from git repository
cp ${HOME}/go/src/github.com/coreos/dbtester/test-configs/write-too-many-keys.yaml ${HOME}/config.yaml cp ${HOME}/go/src/github.com/coreos/dbtester/test-configs/read-3M-same-keys-best-throughput-etcd.yaml ${HOME}/config.yaml
cat ${HOME}/config.yaml cat ${HOME}/config.yaml
@ -297,9 +297,9 @@ go install -v ./cmd/dbtester
gsutil -m cp -R gs://dbtester-results/2018Q1-01-etcd . gsutil -m cp -R gs://dbtester-results/2018Q1-01-etcd .
cp ./test-configs/write-too-many-keys.yaml ./2018Q1-01-etcd/write-too-many-keys/ cp ./test-configs/read-3M-same-keys-best-throughput-etcd.yaml ./2018Q1-01-etcd/read-3M-same-keys-best-throughput-etcd/
dbtester analyze --config 2018Q1-01-etcd/write-too-many-keys/write-too-many-keys.yaml dbtester analyze --config 2018Q1-01-etcd/read-3M-same-keys-best-throughput-etcd/read-3M-same-keys-best-throughput-etcd.yaml
gsutil -m cp -R 2018Q1-01-etcd gs://dbtester-results/ gsutil -m cp -R 2018Q1-01-etcd gs://dbtester-results/
gsutil -m acl ch -u allUsers:R -r gs://dbtester-results/2018Q1-01-etcd gsutil -m acl ch -u allUsers:R -r gs://dbtester-results/2018Q1-01-etcd