Anton Kaliaev
ab9881471a
[tm-bench] give user ability to change rpc function ( #91 )
Closes #17
7 years ago
Anton Kaliaev
8b5c692a6a
different way to get stats ( #90 )
Refs #62
7 years ago
Greg Szabo
603d173b87
Changed tm-bench output to json ( #83 )
* Changed output to json
* Added -output-format parameter (issue #40 )
* remove leftover debug message
7 years ago
Anton Kaliaev
3d333f5cac
[bench] bump version
7 years ago
Anton Kaliaev
63deea9675
[bench] update monitor
7 years ago
Anton Kaliaev
34896f2988
remove .dockerignore
7 years ago
Anton Kaliaev
8f741b44d6
[monitor/bench] fix Dockerfile.dev
7 years ago
Anton Kaliaev
d831b443da
[bench] fix type errors
7 years ago
Anton Kaliaev
aa40f8a868
[bench] do not send vendor dir to docker
7 years ago
Anton Kaliaev
2912f40f8e
[bench] switch from glide to dep
7 years ago
Anton Kaliaev
efb8f6fc1f
[bench] update Makefile
7 years ago
Anton Kaliaev
4a03eb7baf
[monitor] bring back readme
7 years ago
Racin Nygaard
0d8ca4ec10
Documentation: Wrong command-line flag
7 years ago
Anton Kaliaev
02afeba9fa
extend the list of osarch to build for
7 years ago
Anton Kaliaev
705bf7dd1f
update tm-bench version to 0.2.1
7 years ago
Anton Kaliaev
38b3cfafb8
update tm version to 0.12.1 in readme
7 years ago
Anton Kaliaev
39e354e12e
[tm-bench] update to tm 0.12.1
7 years ago
Anton Kaliaev
c245768377
[tm-bench] update Makefile
7 years ago
Anton Kaliaev
c36ba95cf7
add dev docs section to readme [ci skip]
Refs https://github.com/tendermint/tendermint/issues/889
7 years ago
Anton Kaliaev
38d51cf9cd
[tm-monitor/tm-bench] fewer platforms
also update dist command to produce SHA256 sums file
7 years ago
Anton Kaliaev
4c4a945658
[tm-bench] update deps
7 years ago
Anton Kaliaev
769c7d015e
[tm-bench] bump version to 0.2.0
7 years ago
Anton Kaliaev
989ff83c4c
[tm-bench] refactor code
- set ID in RPCRequest
- rename get_deps to get_vendor_deps
7 years ago
Greg Szabo
76da726d2a
Changed transaction message size to 250 bytes
7 years ago
Greg Szabo
279d6a0ebb
Typo fix in transacter.go
7 years ago
Greg Szabo
45a7ae2e62
Fixes to tm-bench transaction content
- Initialize random with current time as seed so transaction messages are different at every run
- Added hash of hostname to make transactions coming from different hosts different in every case
- Added current time to transaction to make sure that messages are different even if random numbers are the same in subsequent runs
- Shortened the transaction size to 64 bytes from the original 250
7 years ago
Anton Kaliaev
cd5173f9a5
update tm-bench
7 years ago
Anton Kaliaev
42f58ceb4b
[tm-monitor] call latency callback in a separate goroutine
7 years ago
Anton Kaliaev
081bd0805e
[tm-bench] increase pong write timeout by overriding the default handler
7 years ago
Anton Kaliaev
877e8e31f7
[tm-bench] update tm-monitor
7 years ago
Zach Ramsay
3f55cc3430
docs: use README.rst to be pulled from tendermint
7 years ago
Zach Ramsay
961e936100
remove tm-bench/monitor README's destined for tmint docs
7 years ago
Anton Kaliaev
fa3864c226
[tm-bench] update deps
7 years ago
Anton Kaliaev
7ab861358a
[tm-bench] update alpine version
7 years ago
Anton Kaliaev
73ced040a3
[tm-bench] updated deps
7 years ago
Ethan Buchman
1c1fbcd70f
update tm-bench glide to develop
8 years ago
Anton Kaliaev
d00b637959
[tm-bench] remove .pre prefix from version
8 years ago
Anton Kaliaev
de94e9b4ea
[tm-bench] add missing flag in README
8 years ago
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.
8 years ago
Anton Kaliaev
14b0589d6b
[tm-bench] nice formatting for error
8 years ago
Anton Kaliaev
31ee29d2f0
[tm-bench] add Dockerfile
8 years ago
Anton Kaliaev
101418cf75
update readme
8 years ago
Anton Kaliaev
a6130910bf
use math/rand, no need in crypto
8 years ago
Anton Kaliaev
68b07b9c97
connections flag
8 years ago
Anton Kaliaev
674d1d3e1b
update readme
8 years ago
Anton Kaliaev
f36d60552f
remove listenAddr flag
8 years ago
Anton Kaliaev
7ee9bb4ea2
more accurate statistics
8 years ago
Anton Kaliaev
8af2fe79e1
[tm-bench] show basic stats
```
===
Avg block time: 1225.504 ms
Avg tx throughput: 905 per sec
Avg block latency: 6.121 ms
===
```
8 years ago
Anton Kaliaev
da08d589b5
[tm-bench] initial commit
8 years ago