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