pub struct Summary {
pub total_tests: usize,
pub avg_throughput_mb_s: f64,
pub min_throughput_mb_s: f64,
pub max_throughput_mb_s: f64,
pub avg_latency_ms: f64,
pub stddev_latency_ms: f64,
}Fields§
§total_tests: usize§avg_throughput_mb_s: f64§min_throughput_mb_s: f64§max_throughput_mb_s: f64§avg_latency_ms: f64§stddev_latency_ms: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Summary
impl RefUnwindSafe for Summary
impl Send for Summary
impl Sync for Summary
impl Unpin for Summary
impl UnsafeUnpin for Summary
impl UnwindSafe for Summary
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