Function run_benchmarks

Source
pub fn run_benchmarks(
    canister_wasm_path: &PathBuf,
    pattern: Option<String>,
    init_args: Vec<u8>,
    persist: bool,
    csv: bool,
    results_file: &PathBuf,
    csv_results_file: &PathBuf,
    verbose: bool,
    show_results: bool,
    show_summary: bool,
    show_canister_output: bool,
    integrity_check: bool,
    instruction_tracing: bool,
    runtime_path: &PathBuf,
    stable_memory_path: Option<PathBuf>,
    noise_threshold: f64,
)
Expand description

Runs the benchmarks on the canister available in the provided canister_wasm_path.