pub struct RealWorldBenchmark { /* private fields */ }Expand description
Integration test helper for measuring real-world improvements
Implementations§
Source§impl RealWorldBenchmark
impl RealWorldBenchmark
pub fn new() -> Self
Sourcepub fn run_benchmark_suite(&mut self) -> BenchmarkSuiteResults
pub fn run_benchmark_suite(&mut self) -> BenchmarkSuiteResults
Run benchmark suite with various query patterns
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealWorldBenchmark
impl RefUnwindSafe for RealWorldBenchmark
impl Send for RealWorldBenchmark
impl Sync for RealWorldBenchmark
impl Unpin for RealWorldBenchmark
impl UnsafeUnpin for RealWorldBenchmark
impl UnwindSafe for RealWorldBenchmark
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