Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/bench_util/Cargo.toml

A modern runtime for JavaScript and TypeScript.
Latest
File
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
[package]name = "deno_bench_util"version = "0.133.0"authors.workspace = trueedition.workspace = truelicense.workspace = truepublish = truereadme = "README.md"repository.workspace = truedescription = "Bench and profiling utilities for deno crates"
[lib]path = "lib.rs"
[dependencies]bencher.workspace = truedeno_core.workspace = trueonce_cell.workspace = truetokio.workspace = true
[[bench]]name = "utf8"harness = false