diff options
| author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2021-03-30 16:20:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 16:20:45 +0200 |
| commit | 7efea6cc20e80539c5d316d97f96c42e3343c37a (patch) | |
| tree | 9f9b62e89e9408955d6558e43ed7de4f13c9a215 /core/Cargo.toml | |
| parent | e85595ae50cfb2be2426a8a9c59855a607f1bb58 (diff) | |
perf: add op_baseline bench (#9924)
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 |
