deno_bench_util 0.46.0

Bench and profiling utilities for deno crates
Documentation
[[bench]]
harness = false
name = "op_baseline"

[[bench]]
harness = false
name = "utf8"
[dependencies.bencher]
version = "0.1"

[dependencies.deno_core]
version = "0.134.0"

[dependencies.tokio]
features = ["full"]
version = "1.17"

[lib]
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "Bench and profiling utilities for deno crates"
edition = "2021"
license = "MIT"
name = "deno_bench_util"
publish = true
readme = "README.md"
repository = "https://github.com/denoland/deno"
resolver = "2"
version = "0.46.0"