[go: up one dir, main page]

Skip to content

Load testing tool for tendermint with variable validators

Notifications You must be signed in to change notification settings

DaevMithran/tendermint-load-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Load testing tool for tendermint with variable validators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published