Skip to content

sig-net/mpc-load-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SigNetwork Load Tests

This directory contains load tests for SigNetwork services. It is build using Goose, a load testing tool written in Rust.

Running the tests

To run the tests, you need to have Rust installed. You can install Rust using rustup. To start the tests, run the following command:

RUST_LOG=info cargo run --release -- --host https://rpc.testnet.near.org --report-file=load_test_results.html --test-plan "$(cat ./src/multichain/test_plans/short.txt)" --scenarios multichainSign

You can run Load Tests against your local development environment (check /integration-tests for more info) or against the staging environment by setting the --host parameter.

The tests are written in Rust and can be found in the /src directory. You can create your own test plan or execute one of the existing test plans from <service>/test_plans directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages