Files
tendermint/tm-bench/glide.yaml
T
Anton Kaliaev 08166b05f5 [tm-bench] use plain ws connection instead of go-rpc (Refs #9, Fixes #14)
Also:
- use go-kit/log

Reasoning:
I found that we just don't need this layer of abstraction here. Plus
go-rpc is buggy and lacking proper closing of ws connections.
2017-03-23 19:55:01 +04:00

15 lines
305 B
YAML

package: github.com/tendermint/tools/tm-bench
import:
- package: github.com/pkg/errors
- package: github.com/tendermint/go-rpc
subpackages:
- client
- types
- package: github.com/tendermint/tools
subpackages:
- tm-monitor/monitor
- package: github.com/go-kit/kit
subpackages:
- log
- term