pub fn run_benchmark<BM>(benchmark: BM) -> Result<BenchmarkResult, String>where
BM: Benchmark,Available on crate feature
std only.Expand description
Runs the given benchmark on the device and prints result and information.
pub fn run_benchmark<BM>(benchmark: BM) -> Result<BenchmarkResult, String>where
BM: Benchmark,std only.Runs the given benchmark on the device and prints result and information.