[tm-bench] refactor code

- set ID in RPCRequest
- rename get_deps to get_vendor_deps
This commit is contained in:
Anton Kaliaev
2017-10-06 11:38:21 +04:00
parent 9708c66576
commit 989ff83c4c
6 changed files with 60 additions and 59 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ COPY Makefile /go/src/github.com/tendermint/tools/tm-bench/
COPY glide.yaml /go/src/github.com/tendermint/tools/tm-bench/
COPY glide.lock /go/src/github.com/tendermint/tools/tm-bench/
RUN make get_deps
RUN make get_vendor_deps
COPY . /go/src/github.com/tendermint/tools/tm-bench