Skip to content

Commit

Permalink
Fix links to GitHub to the specific version of Tendermint (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <[email protected]>

Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson authored Sep 7, 2022
1 parent 9634538 commit e19ec2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`tm-load-test` is a distributed load testing tool (and framework) for load
testing [Tendermint](https://tendermint.com/) networks and aims to effectively
be the successor to [`tm-bench`](https://github.com/tendermint/tendermint/tree/master/tools/tm-bench).
be the successor to [`tm-bench`](https://github.com/tendermint/tendermint/tree/v0.32.x/tools/tm-bench).

Naturally, any transactions sent to a Tendermint network are specific to the
ABCI application running on that network. As such, the `tm-load-test` tool comes
Expand Down
2 changes: 1 addition & 1 deletion pkg/loadtest/transactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
connSendTimeout = 10 * time.Second
// see https://github.com/tendermint/tendermint/blob/master/rpc/lib/server/handlers.go
// see https://github.com/tendermint/tendermint/blob/v0.32.x/rpc/lib/server/handlers.go
connPingPeriod = (30 * 9 / 10) * time.Second

jsonRPCID = rpctypes.JSONRPCStringID("tm-load-test")
Expand Down

0 comments on commit e19ec2b

Please sign in to comment.