Re-exports§
pub use crate::block_device::BlockDeviceConfig;
pub use crate::block_device::BlockDeviceFactory;
pub use crate::filesystem::CacheClearableFilesystem;
pub use crate::filesystem::Filesystem;
pub use crate::filesystem::FilesystemConfig;
Modules§
Macros§
- Macro to add many benchmark and filesystem pairs to a
BenchmarkSet
.
Structs§
- A collection of benchmarks and the filesystems to run the benchmarks against.
- All of the benchmark results from
BenchmarkSet::run
. - How long a benchmarked operation took to complete.
- A timer for tracking how long an operation took to complete.
Traits§
- A trait representing a single benchmark.