1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 23:28:18 -05:00
denoland-deno/bench_util/lib.rs
2024-12-31 19:12:39 +00:00

7 lines
183 B
Rust

// Copyright 2018-2025 the Deno authors. MIT license.
mod js_runtime;
mod profiling;
pub use bencher;
pub use js_runtime::*;
pub use profiling::*; // Exports bench_or_profile! macro