pub struct StealthBenchmark;Expand description
Benchmark harness entrypoint.
Implementations§
Source§impl StealthBenchmark
impl StealthBenchmark
Sourcepub async fn run(
pool: &Arc<BrowserPool>,
config: &BenchmarkConfig,
) -> BenchmarkReport
pub async fn run( pool: &Arc<BrowserPool>, config: &BenchmarkConfig, ) -> BenchmarkReport
Run benchmark according to config.
Auto Trait Implementations§
impl Freeze for StealthBenchmark
impl RefUnwindSafe for StealthBenchmark
impl Send for StealthBenchmark
impl Sync for StealthBenchmark
impl Unpin for StealthBenchmark
impl UnsafeUnpin for StealthBenchmark
impl UnwindSafe for StealthBenchmark
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