//! Accuracy Degradation Benchmarks
//!
//! Provides benchmarks for measuring quantization accuracy degradation:
//! - Synthetic workload benchmarks
//! - Bit-width comparison (4-bit vs 8-bit)
//! - Granularity comparison (per-tensor vs per-channel vs per-group)
//! - Model-like weight pattern tests
//! - Numerical precision edge cases
// Re-export types
pub use ;
// Re-export generators
pub use ;
// Re-export runners
pub use ;