Skip to main content
Module

x/deno/bench_util/lib.rs

A modern runtime for JavaScript and TypeScript.
Go to Latest
File
// 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