mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move criterion and pprof to workspace (#5461)
This commit is contained in:
@ -62,8 +62,8 @@ reth-interfaces.workspace = true
|
||||
tempfile.workspace = true
|
||||
test-fuzz = "4"
|
||||
|
||||
pprof = { version = "0.12", features = ["flamegraph", "frame-pointer", "criterion"] }
|
||||
criterion = "0.5"
|
||||
pprof = { workspace = true, features = ["flamegraph", "frame-pointer", "criterion"] }
|
||||
criterion.workspace = true
|
||||
iai = "0.1.1"
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user