Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 963 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 963 Bytes

Tendermint-load-test

A extension of tm-load-test to load test tendermint corresponding to number of validators

Prerequisites

Usage

Load test

  • Clone the repository

git clone https://github.com/DaevMithran/tendermint-load-test.git

  • cd tendermint-load-test
  • Build the docker image and start the network: ./manage build
  • Start the simulation: ./manage start
  • To restart a new network: ./manage rebuild
  • To stop the network: ./manage stop
  • To destroy the network: ./manage down

Customizing

  • cd tendermint
  • Change the VALIDATORS_COUNT in gen-network-config.sh
  • Modify the docker-compose.yml according to the number of validators (To be automated)
  • Change the number of endpoints in the manage script according to the number of validators (To be automated)