Struct s3lsio::BenchResults
[−]
[src]
pub struct BenchResults {
pub request: BenchRequest,
pub summary: BenchSummary,
}Allows for duration tracking of operations. You should not track time of this app running but of each operation and then the summation of the durations plus latency etc.
Fields
request: BenchRequest
summary: BenchSummary
Methods
impl BenchResults[src]
fn new(request: BenchRequest, summary: BenchSummary) -> BenchResults
Trait Implementations
impl Debug for BenchResults[src]
impl Clone for BenchResults[src]
fn clone(&self) -> BenchResults
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