Struct s3lsio::BenchThread
[−]
[src]
pub struct BenchThread {
pub thread_name: String,
pub total_requests: u64,
pub total_success: u64,
pub total_errors: u64,
pub total_duration: f64,
pub total_payload: u64,
pub total_throughput: f64,
}Fields
thread_name: String
total_requests: u64
total_success: u64
total_errors: u64
total_duration: f64
total_payload: u64
total_throughput: f64
Trait Implementations
impl Debug for BenchThread[src]
impl Default for BenchThread[src]
fn default() -> BenchThread
Returns the "default value" for a type. Read more
impl Clone for BenchThread[src]
fn clone(&self) -> BenchThread
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more