pub struct StressTestReport { /* private fields */ }Expand description
Stress test report
Implementations§
Source§impl StressTestReport
impl StressTestReport
pub fn new( config: StressTestConfig, results: HashMap<u32, LoadTestReport>, breaking_point: Option<u32>, ) -> Self
pub fn print_summary(&self)
pub fn breaking_point(&self) -> Option<u32>
pub fn max_stable_load(&self) -> u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StressTestReport
impl RefUnwindSafe for StressTestReport
impl Send for StressTestReport
impl Sync for StressTestReport
impl Unpin for StressTestReport
impl UnwindSafe for StressTestReport
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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