diff options
author | Aria <me@aria.rip> | 2023-10-31 16:02:24 +0000 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-31 16:02:24 +0000 |
commit | 8a2b8dbc30e32c4112088b67c1d39f55175439a4 (patch) | |
tree | d1e3ed3a9643d2c8ef8bc5e432e151b07ba85dfe /primrose/crates/candelabra-benchmarker/src/lib.rs | |
parent | e576cb9af52c68177f1b40abc2e194b1570ca35e (diff) |
feat(benchmarker): Stack benchmarks
Diffstat (limited to 'primrose/crates/candelabra-benchmarker/src/lib.rs')
-rw-r--r-- | primrose/crates/candelabra-benchmarker/src/lib.rs | 3 |
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 { |