pub fn run_once<F>(f: F) -> Result<(), String>where F: FnMut(&mut Bencher) -> Result<(), String>,
test