//! Minimal example used to measure the embedded binary size.
//!
//! It embeds the large generated fixture folder and looks up a key taken from
//! a runtime-provided argument, so the lookup can't be const-folded away. Build
//! with:
//!
//! cargo build --release --example bench_size --features bench-fixtures
//!
//! then strip and measure the resulting binary.
use ;
;