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§
- add_
benchmarks - Macro to add many benchmark and filesystem pairs to a
BenchmarkSet.
Structs§
- Benchmark
Set - A collection of benchmarks and the filesystems to run the benchmarks against.
- Benchmark
SetResults - All of the benchmark results from
BenchmarkSet::run. - Operation
Duration - How long a benchmarked operation took to complete.
- Operation
Timer - A timer for tracking how long an operation took to complete.
Traits§
- Benchmark
- A trait representing a single benchmark.