summaryrefslogtreecommitdiff
path: root/bench_util/src/lib.rs
blob: 41aaf400437e026e1650c292aba16dba15be9ee9 (plain)
1
2
3
4
5
6
mod js_runtime;
mod profiling;

pub use bencher;
pub use js_runtime::*;
pub use profiling::*; // Exports bench_or_profile! macro