From c36ba95cf796be268b9c9d35fc73b603ff024e6d Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Thu, 23 Nov 2017 11:22:02 -0600 Subject: [PATCH] add dev docs section to readme [ci skip] Refs https://github.com/tendermint/tendermint/issues/889 --- tm-bench/README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tm-bench/README.rst b/tm-bench/README.rst index 676f2bbfc..47fcd3b43 100644 --- a/tm-bench/README.rst +++ b/tm-bench/README.rst @@ -78,6 +78,14 @@ Usage Txs per second to send in a connection (default 1000) -v Verbose output +Development +^^^^^^^^^^^ + +:: + + make get_vendor_deps + make test + tm-monitor ---------- @@ -142,3 +150,10 @@ You should see the list of the available RPC endpoints: The API is available as GET requests with URI encoded parameters, or as JSONRPC POST requests. The JSONRPC methods are also exposed over websocket. +Development +^^^^^^^^^^^ + +:: + + make get_vendor_deps + make test