From 733a00030582375c43fa156e978f25df6ecc9e9a Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Sun, 18 Apr 2021 14:51:48 +0200 Subject: tooling(bench_util): benching and profiling utilities (#10223) --- bench_util/src/lib.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bench_util/src/lib.rs (limited to 'bench_util/src/lib.rs') diff --git a/bench_util/src/lib.rs b/bench_util/src/lib.rs new file mode 100644 index 000000000..41aaf4004 --- /dev/null +++ b/bench_util/src/lib.rs @@ -0,0 +1,6 @@ +mod js_runtime; +mod profiling; + +pub use bencher; +pub use js_runtime::*; +pub use profiling::*; // Exports bench_or_profile! macro -- cgit v1.2.3