diff options
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r-- | core/Cargo.toml | 5 |
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 |