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

Methods

impl BenchResults
[src]

Trait Implementations

impl Debug for BenchResults
[src]

Formats the value using the given formatter.

impl Clone for BenchResults
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for BenchResults
[src]