summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent8fb1af14129850ce5a124572b6b8131056727594 (diff)
tooling(bench_util): benching and profiling utilities (#10223)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 12 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f53edf434..d69434652 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "Inflector"
version = "0.11.4"
@@ -195,6 +197,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
+name = "bench_util"
+version = "0.0.0"
+dependencies = [
+ "bencher",
+ "deno_core",
+ "tokio",
+]
+
+[[package]]
name = "bencher"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -580,7 +591,7 @@ name = "deno_core"
version = "0.84.0"
dependencies = [
"anyhow",
- "bencher",
+ "bench_util",
"futures",
"indexmap",
"lazy_static",