benchmarking
This commit is contained in:
8
benches/common/mod.rs
Normal file
8
benches/common/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
// benches/common/mod.rs
|
||||
pub mod data_generator;
|
||||
pub mod backends;
|
||||
pub mod metrics;
|
||||
|
||||
pub use data_generator::*;
|
||||
pub use backends::*;
|
||||
pub use metrics::*;
|
||||
Reference in New Issue
Block a user