pub fn run_benchmarks(
canister_wasm_path: &PathBuf,
pattern: Option<String>,
init_args: Vec<u8>,
persist: bool,
results_file: &PathBuf,
verbose: bool,
integrity_check: bool,
runtime_path: &PathBuf,
)Expand description
Runs the benchmarks on the canister available in the provided canister_wasm_path.