Skip to content

BAStos525/iroha2-longevity-load-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a script that generates empty transactions, given a TPS rate. It reports status to a given address. It was mainly created to test longevity stand for Iroha2.

Usage

Prerequisites

  1. Rust 1.60.0 (Installation guide)
  2. Edit config.json depending on your setup
  3. Network should be started and have committed a genesis block
  4. Have the Iroha repository locally.

Installing

Clone this repository

git clone https://github.com/soramitsu/iroha2-longevity-load-rs

Running

In the project folder:

Get help how to set arguments (TPS, Address):

cargo run -- --help

Run with default arguments

cargo run

Get the status (port 8084 by default)

curl 127.0.0.1:8084

About

This repository is managed by Terraform!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 92.5%
  • Dockerfile 7.5%