mirror of https://github.com/etcd-io/dbtester.git
readme
This commit is contained in:
parent
d06c3e0237
commit
be1f2e2ad4
|
|
@ -12,5 +12,9 @@ dbtester analyze --same-database --output=bench-20160328/bench-all-aggregated.cs
|
|||
|
||||
# plot
|
||||
IMAGE_TITLE="Write 3M keys, 700 conns, 1500 clients, key 64 bytes, value 256 bytes"
|
||||
dbtester analyze --output=bench-20160328/bench-plot --image-format=png --file-to-plot=bench-20160328/bench-all-aggregated.csv --image-title="$(echo $IMAGE_TITLE)"
|
||||
dbtester analyze --output=bench-20160328/bench-plot --image-format=svg --file-to-plot=bench-20160328/bench-all-aggregated.csv --image-title="$(echo $IMAGE_TITLE)"
|
||||
dbtester analyze --same-database --output=bench-20160328/bench-plot --image-format=png --file-to-plot=bench-20160328/bench-all-aggregated.csv --image-title="$(echo $IMAGE_TITLE)"
|
||||
dbtester analyze --same-database --output=bench-20160328/bench-plot --image-format=svg --file-to-plot=bench-20160328/bench-all-aggregated.csv --image-title="$(echo $IMAGE_TITLE)"
|
||||
|
||||
#######################################################################
|
||||
# generate README
|
||||
dbtester readme --readme-dir=bench-20160328 --readme-preface=README_template
|
||||
|
|
|
|||
|
|
@ -0,0 +1,24 @@
|
|||
|
||||
#### Testing environment
|
||||
- Google Cloud Compute Engine
|
||||
- 8 vCPUs + 16GB Memory + 375GB local SSD (SCSI)
|
||||
- Ubuntu 15.10
|
||||
- Go 1.6 with etcd master branch as of testing date
|
||||
- Java 8 with Zookeeper 3.4.8(current)
|
||||
- Java(TM) SE Runtime Environment (build 1.8.0_74-b02)
|
||||
- Java HotSpot(TM) 64-Bit Server VM (build 25.74-b02, mixed mode)
|
||||
- Serialized read
|
||||
|
||||
|
||||
|
||||
<br><br><hr>
|
||||
##### Results
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
Loading…
Reference in New Issue