Skip to main content

moonpool_explorer/simulations/
mod.rs

1//! Simulation workloads for adaptive exploration testing.
2//!
3//! Contains scenario functions that exercise the adaptive exploration
4//! code paths. Usable from both `#[test]` and binary targets.
5
6pub mod adaptive;