//! Cost-Performance Benchmarking (ENT-011)
//!
//! Provides benchmarking infrastructure with Pareto frontier analysis
//! for cost-performance optimization.
pub use CostPerformanceBenchmark;
pub use BenchmarkEntry;
pub use BenchmarkStatistics;
// Re-export types needed by this module's public API