diff options
Diffstat (limited to 'bench_util/lib.rs')
-rw-r--r-- | bench_util/lib.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bench_util/lib.rs b/bench_util/lib.rs new file mode 100644 index 000000000..1dfb06ae0 --- /dev/null +++ b/bench_util/lib.rs @@ -0,0 +1,7 @@ +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +mod js_runtime; +mod profiling; + +pub use bencher; +pub use js_runtime::*; +pub use profiling::*; // Exports bench_or_profile! macro |