1 2 3 4 5 6 7 8
#![allow(missing_docs)] #![cfg(feature = "bench")] #[test] fn bench_module_compiles() { // Verify the module is accessible let _ = std::any::type_name::<librebar::bench::BenchConfig>(); }