diff options
| author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2021-04-18 14:51:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-18 14:51:48 +0200 |
| commit | 733a00030582375c43fa156e978f25df6ecc9e9a (patch) | |
| tree | c94421a38f1e61289981994bf2d697900a4ba2fb /core/Cargo.toml | |
| parent | 8fb1af14129850ce5a124572b6b8131056727594 (diff) | |
tooling(bench_util): benching and profiling utilities (#10223)
Diffstat (limited to 'core/Cargo.toml')
| -rw-r--r-- | core/Cargo.toml | 2 |
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" |
