ValarDragon
2bcd7e5962
tm-bench: Update dependencies, add total metrics
* Update tendermint to develop branch
* Update tmlibs to develop branch
* Add total field for txs and blocks
7 years ago
ValarDragon
b7925cd34f
tmbench: Make tx size configurable
* Make the parameter for tx size in bytes -s <size>, w/ default value 250
7 years ago
Alexander Simmerl
65b479dd65
tm-bench: Improve code shape
* return error so main controls exit states
* formatting
* order imports
7 years ago
ValarDragon
7eb2674e2b
tmbench: Fix iterating through the blocks, update readme
7 years ago
Ethan Buchman
e79b642d8d
wip fixes
7 years ago
Zach
47256cfda2
update ports from 466* to 266* ( #104 )
* updates ports from 466* to 266*
* missed a port
7 years ago
Anton Kaliaev
a28fdfd3a8
fix stats calculation
7 years ago
Anton Kaliaev
52d3eca67c
check if block was created after timeStart
7 years ago
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
d831b443da
[bench] fix type errors
7 years ago
Anton Kaliaev
705bf7dd1f
update tm-bench version to 0.2.1
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
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
73ced040a3
[tm-bench] updated deps
7 years ago
Anton Kaliaev
d00b637959
[tm-bench] remove .pre prefix from version
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
68b07b9c97
connections flag
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