Skip to content

jinmel/eth-benchtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eth-benchtools

Introduction

Load test tools for ethereum execution clients

How to run

Build the contracts

cd contracts
forge build

Run the benchmark

go build
./eth-benchtools  --accounts_file accounts.txt --output_dir ./out --host <rpc_endpoint> --fund_amount 0.01 --faucet_pk <your_faucet_private_key> --chain_id <chain_id> --num_accounts 1000

Generate the benchmark report

python generate_figures.py --data_folder ./out --plots_dir ./plots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors