pub struct BenchmarkComparison {
pub baseline: BenchmarkResults,
pub current: BenchmarkResults,
pub performance_delta: PerformanceDelta,
}Fields§
§baseline: BenchmarkResults§current: BenchmarkResults§performance_delta: PerformanceDeltaTrait Implementations§
Source§impl Debug for BenchmarkComparison
impl Debug for BenchmarkComparison
Source§impl<'de> Deserialize<'de> for BenchmarkComparison
impl<'de> Deserialize<'de> for BenchmarkComparison
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BenchmarkComparison
impl RefUnwindSafe for BenchmarkComparison
impl Send for BenchmarkComparison
impl Sync for BenchmarkComparison
impl Unpin for BenchmarkComparison
impl UnwindSafe for BenchmarkComparison
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