summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2021-04-18 14:51:48 +0200
committerGitHub <noreply@github.com>2021-04-18 14:51:48 +0200
commit733a00030582375c43fa156e978f25df6ecc9e9a (patch)
treec94421a38f1e61289981994bf2d697900a4ba2fb /core/Cargo.toml
parent8fb1af14129850ce5a124572b6b8131056727594 (diff)
tooling(bench_util): benching and profiling utilities (#10223)
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 2fbe19254..deaa3e35f 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -34,7 +34,7 @@ path = "examples/http_bench_json_ops.rs"
# These dependencies are only used for the 'http_bench_*_ops' examples.
[dev-dependencies]
tokio = { version = "1.4.0", features = ["full"] }
-bencher = "0.1"
+bench_util = { version = "0.0.0", path = "../bench_util" }
[[bench]]
name = "op_baseline"