pub fn run_benches(
    ws: &Workspace<'_>,
    options: &TestOptions,
    args: &[&str],
) -> CliResultExpand description
Compiles and runs benchmarks.
On error, the returned CliError will have the appropriate process exit
code that Cargo should use.