Browse Source

minor link fixing (#4598)

pull/4601/head
Marko 4 years ago
committed by GitHub
parent
commit
130b16529d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. +2
    -2
      docs/tools/README.md

+ 1
- 1
CHANGELOG.md View File

@ -147,7 +147,7 @@ subjectivity interface. Refer to the [spec](https://github.com/tendermint/spec/b
- Apps
- [tm-bench] Removed tm-bench in favor of [tm-load-test](https://github.com/interchainio/tm-load-test)
- [tm-bench] Removed tm-bench in favor of [tm-load-test](https://github.com/informalsystems/tm-load-test)
- Go API


+ 1
- 1
README.md View File

@ -137,7 +137,7 @@ hosted at: https://docs.tendermint.com/master/
### Tools
Benchmarking is provided by `tm-load-test`.
The code for `tm-load-test` can be found [here](https://github.com/interchainio/tm-load-test) this binary needs to be built separately.
The code for `tm-load-test` can be found [here](https://github.com/informalsystems/tm-load-test) this binary needs to be built separately.
Additional documentation is found [here](/docs/tools).
### Sub-projects


+ 2
- 2
docs/tools/README.md View File

@ -16,14 +16,14 @@ Tendermint has some tools that are associated with it for:
## Benchmarking
- https://github.com/interchainio/tm-load-test
- https://github.com/informalsystems/tm-load-test
`tm-load-test` is a distributed load testing tool (and framework) for load
testing Tendermint networks.
## Testnets
- https://github.com/interchainio/testnets
- https://github.com/informalsystems/testnets
This repository contains various different configurations of test networks for,
and relating to, Tendermint.

Loading…
Cancel
Save