Struct liar::Sample [] [src]

pub struct Sample<T> {
    pub name: String,
    pub data: Vec<T>,
}

Data sample for a specific benchmark, parametric in the sample unit.

Fields

Name of the benchmark.

Recorded data.

Trait Implementations

Auto Trait Implementations

impl<T> Send for Sample<T> where
    T: Send

impl<T> Sync for Sample<T> where
    T: Sync