pub struct AdvancedBenchmark { /* private fields */ }Expand description
Advanced benchmarking for Milestone 0.4 features
Implementations§
Source§impl AdvancedBenchmark
impl AdvancedBenchmark
pub fn new(collection_path: &Path, source_path: &Path) -> Self
pub fn run_all(&mut self) -> Result<AdvancedBenchmarkResults>
pub fn run_all_quiet(&mut self) -> AdvancedBenchmarkResults
Auto Trait Implementations§
impl Freeze for AdvancedBenchmark
impl RefUnwindSafe for AdvancedBenchmark
impl Send for AdvancedBenchmark
impl Sync for AdvancedBenchmark
impl Unpin for AdvancedBenchmark
impl UnwindSafe for AdvancedBenchmark
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more