sui_rpc_benchmark::json_rpc

Function run_benchmark

Source
pub async fn run_benchmark(
    endpoint: &str,
    file_path: &str,
    concurrency: usize,
    duration_secs: Option<u64>,
    json_rpc_methods_to_skip: HashSet<String>,
) -> Result<()>