Blazing fast tool to benchmark Starknet sequencers 🦀.
git clone https://github.com/keep-starknet-strange/gomu-gomu-no-gatling
cd gomu-gomu-no-gatling
cargo install --path .
cargo install --locked gatling
RUST_LOG=debug cargo run -- shoot -c config/default.yaml
gatling --help
For Katana, currently you need to increase the DEFAULT_PREFUNDED_ACCOUNT_BALANCE
in constants to 0xffffffffffffffffffffffffffffffff
and run the node with flag --no-validate
.
Gomu gomu's configuration is specified as a yaml file. You can find example configurations under the config folder.
As it uses the
config
crate under the hood, the configuration could be specified as any other file type such as TOML or JSON.
The configuration is defined by the following spec
-
rpc
url
: Starknet RPC url, should be compliant with the specification
-
setup
v0
andv1
CAN'T be specified at the same time
-
erc20_contract
: ERC20 contract used to benchmark transfers-
v0
: Path to Cairo Zero contract artifact -
v1
:path
: Path to Cairo contract sierra artifactcasm_path
: Path to Cairo contract casm artifact
-
erc721_contract
: ERC721 contract used to benchmark mints ... -
account_contract
: Account contract used to send transactions ... -
fee_token_address
: Contract address of the fee token on the target chain -
num_accounts
: Number of accounts sending transactions
-
-
run
num_erc20_transfers
: Number of ERC20transfer
transactionsnum_erc721_mints
: Number of ERC721mint
transactions
-
report
num_blocks
: Number of last blocks to take into account in the reportreports_dir
: Path to the directory where to save the reports
-
deployer
salt
: Salt used to compute deployment addressesaddress
: Address of the deployer account (should be pre-funded)signing_key
: Private key of the deployer signer
gatling shoot -c config/default.yaml
- Gomu Gomu is originally inspired from Flood
- (Aptos load-testing tool)[https://github.com/aptos-labs/aptos-multi-region-bench]
- (Starknet RPC specs)[https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_api_openrpc.json]
Abdel @ StarkWare 💻 |
0xevolve 💻 |
Oak 💻 |
drspacemn 💻 |
Haroune | Quadratic 💻 |
Daniel Bejarano 💻 |
nbz 💻 |