Skip to content

Commit

Permalink
perf: upgrade minitrace to reduce overhead
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Jun 22, 2024
1 parent 84445be commit 2c55e32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ minitrace-jaeger = "0.6"

[profile.release]
debug = true

[patch.crates-io]
minitrace = { git = "https://github.com/tikv/minitrace-rust", rev = "eb84d3d" }
minitrace-jaeger = { git = "https://github.com/tikv/minitrace-rust", rev = "eb84d3d" }

0 comments on commit 2c55e32

Please sign in to comment.