//! Benchmark infrastructure for Kermit.
//!
//! Provides YAML-based benchmark definitions, discovery from a `benchmarks/`
//! directory, and download/cache management for relation files hosted on
//! ZivaHub.
//!
//! See the [workspace `benchmarks/README.md`][] for the YAML schema.
//!
//! [workspace `benchmarks/README.md`]: https://github.com/AlexStrickland/kermit/blob/master/benchmarks/README.md
pub use ;