benchmarking

This commit is contained in:
Maxime Van Hees
2025-10-30 11:17:26 +01:00
parent 592b6c1ea9
commit 9136e5f3c0
16 changed files with 3611 additions and 0 deletions

8
benches/common/mod.rs Normal file
View 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::*;