tendermint/tools
ValarDragon 1dbe7b7e68 tools/tmbench: Improve accuracy with large tx sizes.
At larger tx sizes (e.g. > 10000) we were spending non-neglible
amounts of time in tx creation, due to making the final bytes random.
The slower the send loop, the less accurate it is at measuring the time
tendermint took. (As we can't reach the promised contract of the given rate)

There really isn't much need for that randomness, so this PR makes it
such that only the txNumber gets bumped between txs from the same
connection, thereby improving sendloop speed and accuracy.
2018-07-12 23:47:40 -07:00
..
build mv tools files to tools repo 2018-07-10 11:15:39 -04:00
mintnet-kubernetes mv tools files to tools repo 2018-07-10 11:15:39 -04:00
tm-bench tools/tmbench: Improve accuracy with large tx sizes. 2018-07-12 23:47:40 -07:00
tm-monitor fixes for tools repo merge (#1945) 2018-07-10 16:42:27 -04:00
README.md mv tools files to tools repo 2018-07-10 11:15:39 -04:00

README.md

tools

Tools for working with tendermint and associated technologies. Documentation can be found in the README.md of each the tm-bench/ and tm-monitor/ directories.