Struct burn_common::benchmark::BenchmarkResult
source · pub struct BenchmarkResult {
pub durations: BenchmarkDurations,
pub timestamp: u128,
pub git_hash: String,
pub name: String,
}Expand description
Result of a benchmark run, with metadata
Fields§
§durations: BenchmarkDurationsIndividual results of the run
timestamp: u128Time just before the run
git_hash: StringGit commit hash of the commit in which the run occurred
name: StringName of the benchmark, normally with operation name and shapes
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BenchmarkResult
impl Send for BenchmarkResult
impl Sync for BenchmarkResult
impl Unpin for BenchmarkResult
impl UnwindSafe for BenchmarkResult
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