chore: move criterion and pprof to workspace (#5461)

This commit is contained in:
Matthias Seitz
2023-11-16 15:13:24 +01:00
committed by GitHub
parent 1b39096edd
commit fb981cec4d
8 changed files with 14 additions and 13 deletions

View File

@ -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"] }