Skip to main content

No project description provided

Project description

Labs

Chainstack is the leading suite of services connecting developers with Web3 infrastructure

         

HomepageSupported protocolsChainstack blogChainstack docsBlockchain API reference
Start for free

Chainbench

checks status build status version license

This project allows you to benchmark your blockchain infrastructure. It uses Locust under the hood.

Project Details

Chainbench lets you to easily define profiles for any EVM-compatible chain. You can use not only hard-coded values but also real chain data to generate dynamic call parameters.

Main features:

  • Built-in profiles for Ethereum, Binance Smart Chain, Polygon, Oasis, and Avalanche
  • Support for custom profiles
  • Dynamic call params generation using real chain data
  • Headless and web UI modes

Check out the docs for more information about the profile creation.

Prerequisites

  • Python 3.10+
  • Poetry 1.2+ (installation instructions here)

Installation

Using pip

pip install chainbench

After installation, you can run the tool using the following command:

chainbench start --help

Using Poetry

Clone the repository:

git clone git@github.com:chainstacklabs/chainbench.git

Install dependencies:

cd chainbench && poetry install --without dev

When installing using Poetry, you can run the tool using the following command:

poetry run chainbench start --help

Example Usage

All the examples below assume that you have installed the tool using pip. If you installed it using poetry, replace chainbench with poetry run chainbench.

To learn about the parameters and flags, run the following command:

chainbench start --help

Basic usage is:

chainbench start --profile bsc --users 50 --workers 2 --test-time 12h --target https://node-url --headless --autoquit

This will run a load test for BSC with 2 workers, 50 users and 12 hours test time in headless mode. After the test is finished, the tool will automatically quit.

Parameters and Flags

  • --profile: This flag specifies the profile to use for the benchmark. Available profiles are ethereum, bsc, polygon, oasis, and avalanche.
  • --users: This flag sets the number of simulated users to use for the benchmark.
  • --workers: This flag sets the number of worker threads to use for the benchmark.
  • --test-time: This flag sets the duration of the test to run.
  • --target: This flag specifies the target blockchain node URL that the benchmark will connect to.
  • --headless: This flag runs the benchmark in headless mode, meaning that no graphical user interface (GUI) will be displayed during the test. This is useful for running the test on a remote server or when the GUI is not needed.
  • --autoquit: This flag tells the Chainbench tool to automatically quit after the test has finished. This is useful for running the benchmark in an automated environment where manual intervention is not desired.
  • --help: This flag displays the help message.

Profiles

Profiles are located in the profile directory. For a tutorial on how to create custom profiles, please refer to this document.

Web UI Mode

Run the following command to run a load test for BSC in UI mode. It will start a web server on port 8089. Target is not required as you can specify it in the UI along with the number of users, spawn rate and test time.

chainbench start --profile bsc --workers 1

Headless Mode

If you want to run a load test for BSC in headless mode, run the following command:

chainbench start --profile bsc --workers 4 --users 100 --test-time 1h --target https://node-url --headless --autoquit

It will run a load test for BSC with 4 workers, 100 users and 1 hour test time.

In practice, you will probably want to run the benchmark on a remote server. Here's the example utilizing nohup:

nohup chainbench start --profile bsc --workers 4 --users 100 --test-time 1h --target https://node-url --headless --autoquit &

License

This project is licensed under the Apache 2.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chainbench-0.1.1.tar.gz (18.1 kB view hashes)

Uploaded Source

Built Distribution

chainbench-0.1.1-py3-none-any.whl (22.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page