Skip to content

Commit cba2b1c

Browse files
committed
bench: update benchmarks and add operation-specific benchmarks
1 parent 62e1257 commit cba2b1c

5 files changed

Lines changed: 337 additions & 51 deletions

File tree

Cargo.lock

Lines changed: 72 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ lazy_static = { version = "1.1.0", default-features = false, optional = true }
8181

8282

8383
[dev-dependencies]
84-
criterion = { version = "0.5.1", default-features = false }
84+
criterion = { version = "0.8.2", default-features = false }
85+
8586
snafu = "0.6.10"
8687
thiserror = "1.0.31"
8788
tracing = { version = "0.1", features = ["attributes"] }
@@ -102,5 +103,9 @@ bench = false
102103
name = "tracing_subscriber"
103104
harness = false
104105

106+
[[bench]]
107+
name = "operations"
108+
harness = false
109+
105110
[lints.rust]
106111
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench_tracing_baseline)'] }

0 commit comments

Comments
 (0)