Module benchmarks

Module benchmarks 

Source
Expand description

Comprehensive benchmarking and validation framework

This module provides:

  • Statistical performance analysis
  • Hardware capability verification
  • Cryptographic integrity checks
  • Reproducible benchmark protocols

Re-exports§

pub use comparison::ComparisonBenchmark;
pub use comparison::BenchmarkStats;
pub use statistical_validation::StatisticalValidator;
pub use hardware_verification::HardwareValidator;
pub use cryptographic_validation::CryptographicValidator;
pub use reproducible_benchmarks::ReproducibleBenchmark;

Modules§

comparison
Comprehensive comparison framework for proving performance claims
cryptographic_validation
Cryptographic validation for benchmark integrity
hardware_verification
Hardware verification and capability detection
reproducible_benchmarks
Reproducible benchmark protocols and scripts
statistical_validation
Statistical validation for benchmark results