// Developer-run measurement support for the durable store's file backend. Behind
// `cfg(test)` (so its smoke test runs under the test runner) and the `bench`
// feature (so the `store_backend` benchmark crate can reach it); never in a
// release build, so it stays off the published surface.