aboutsummaryrefslogtreecommitdiff
path: root/primrose/crates/candelabra-benchmarker/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'primrose/crates/candelabra-benchmarker/src/lib.rs')
-rw-r--r--primrose/crates/candelabra-benchmarker/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/primrose/crates/candelabra-benchmarker/src/lib.rs b/primrose/crates/candelabra-benchmarker/src/lib.rs
index 87fee8d..1e46af4 100644
--- a/primrose/crates/candelabra-benchmarker/src/lib.rs
+++ b/primrose/crates/candelabra-benchmarker/src/lib.rs
@@ -9,6 +9,9 @@ pub use container::ContainerExt;
mod indexable;
pub use indexable::IndexableExt;
+mod stack;
+pub use stack::StackExt;
+
/// Results for a whole suite of benchmarks
#[derive(Debug, Clone)]
pub struct Results {