mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 17:01:35 +00:00
tools/tm-bench: bounds check for txSize and improving test cases (#2410)
Fixes #2409
This commit is contained in:
committed by
Anton Kaliaev
parent
e3e3c13741
commit
c6c0b52d0c
@ -22,7 +22,7 @@ func TestGenerateTxUpdateTxConsistentency(t *testing.T) {
|
||||
hostname string
|
||||
numTxsToTest int
|
||||
}{
|
||||
{0, 0, 50, "localhost:26657", 1000},
|
||||
{0, 0, 40, "localhost:26657", 1000},
|
||||
{70, 300, 10000, "localhost:26657", 1000},
|
||||
{0, 50, 100000, "localhost:26657", 1000},
|
||||
}
|
||||
|
Reference in New Issue
Block a user