You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Err(format!("To run this command you need {0} on your PATH. To install run `cargo install --git https://github.com/rust-lang/measureme --branch stable {0}`\n", binaries.join(" ")))
335
+
}
336
+
}
337
+
326
338
fnget_benchmarks(
327
339
benchmark_dir:&Path,
328
340
include:Option<&str>,
@@ -619,6 +631,9 @@ fn profile(
619
631
errors:&mutBenchmarkErrors,
620
632
){
621
633
eprintln!("Profiling {} with {:?}", id, profiler);
0 commit comments