summaryrefslogtreecommitdiff
path: root/bench_util/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bench_util/Cargo.toml')
-rw-r--r--bench_util/Cargo.toml10
1 files changed, 7 insertions, 3 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 60e7b1cc1..ba660a8a0 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -1,14 +1,14 @@
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]
-name = "bench_util"
-version = "0.0.0"
+name = "deno_bench_util"
+version = "0.1.0"
authors = ["the Deno authors"]
edition = "2018"
description = "Bench and profiling utilities for deno crates"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
-publish = false
+publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -16,3 +16,7 @@ publish = false
bencher = "0.1"
deno_core = { version = "0.88.1", path = "../core" }
tokio = { version = "1.6.1", features = ["full"] }
+
+[[bench]]
+name = "op_baseline"
+harness = false