2024-01-01 19:58:21 +00:00
|
|
|
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
2022-11-22 20:07:35 +00:00
|
|
|
|
2021-04-18 12:51:48 +00:00
|
|
|
[package]
|
2021-05-19 17:41:23 +00:00
|
|
|
name = "deno_bench_util"
|
2024-11-21 19:35:32 +00:00
|
|
|
version = "0.173.0"
|
2022-11-22 20:07:35 +00:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-08-02 14:19:27 +00:00
|
|
|
publish = true
|
2021-04-18 12:51:48 +00:00
|
|
|
readme = "README.md"
|
2022-11-22 20:07:35 +00:00
|
|
|
repository.workspace = true
|
2021-08-02 14:19:27 +00:00
|
|
|
description = "Bench and profiling utilities for deno crates"
|
2021-04-18 12:51:48 +00:00
|
|
|
|
2022-03-24 10:23:40 +00:00
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
2021-04-18 12:51:48 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-11-22 20:07:35 +00:00
|
|
|
bencher.workspace = true
|
|
|
|
deno_core.workspace = true
|
|
|
|
tokio.workspace = true
|
2021-05-19 17:41:23 +00:00
|
|
|
|
2022-02-23 17:51:13 +00:00
|
|
|
[[bench]]
|
|
|
|
name = "utf8"
|
|
|
|
harness = false
|