Skip to content

Commit

Permalink
[ISSUE #719]⚡️Add SyncUnsafeCell and Mutex bench (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Jun 30, 2024
1 parent 317bd24 commit a2715c2
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 2 deletions.
195 changes: 195 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions rocketmq-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@ dns-lookup = "2.0"

[dev-dependencies]
mockall = "0.12.1"
static_assertions = { version = "1" }
criterion = { version = "0.5", features = ["html_reports"] }

[[bin]]
name = "rocketmq-broker-rust"
path = "src/bin/broker_bootstrap_server.rs"

[[bench]]
name = "syncunsafecell_mut"
harness = false
Loading

0 comments on commit a2715c2

Please sign in to comment.