Function executor_benchmark::run_benchmark
source · pub fn run_benchmark(
num_accounts: usize,
init_account_balance: u64,
block_size: usize,
num_transfer_blocks: usize,
db_dir: Option<PathBuf>
)
Expand description
Runs the benchmark with given parameters.