summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2021-03-30 16:20:45 +0200
committerGitHub <noreply@github.com>2021-03-30 16:20:45 +0200
commit7efea6cc20e80539c5d316d97f96c42e3343c37a (patch)
tree9f9b62e89e9408955d6558e43ed7de4f13c9a215 /core/Cargo.toml
parente85595ae50cfb2be2426a8a9c59855a607f1bb58 (diff)
perf: add op_baseline bench (#9924)
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index f802fce14..450aa7600 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -38,3 +38,8 @@ 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]]
+name = "op_baseline"
+harness = false