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