Skip to main content

run_suite_blocking

Function run_suite_blocking 

Source
pub fn run_suite_blocking(cfgs: &[BenchConfig]) -> Vec<BenchResult>
Expand description

Run a suite inside a fresh multi-thread Tokio runtime.

mount_resident_gguf uses block_in_place, which requires a multi-thread runtime context — this wrapper provides one so callers (tests, CLI) don’t have to. Safe to call from a plain (non-async) thread.