pub struct FullBenchmarkReport {
pub routing: RoutingBenchmark,
pub entanglement: EntanglementBudgetBenchmark,
pub decoder: Vec<DecoderBenchmarkResult>,
pub certification: CertificationBenchmark,
pub total_time_ms: u64,
}Expand description
Aggregated report from all four proof-point benchmarks.
Fields§
§routing: RoutingBenchmark§entanglement: EntanglementBudgetBenchmark§decoder: Vec<DecoderBenchmarkResult>§certification: CertificationBenchmark§total_time_ms: u64Auto Trait Implementations§
impl Freeze for FullBenchmarkReport
impl RefUnwindSafe for FullBenchmarkReport
impl Send for FullBenchmarkReport
impl Sync for FullBenchmarkReport
impl Unpin for FullBenchmarkReport
impl UnsafeUnpin for FullBenchmarkReport
impl UnwindSafe for FullBenchmarkReport
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