Skip to content

Commit 7a58b6a

Browse files
committed
import pprof to rollup_node
1 parent e9cff2d commit 7a58b6a

File tree

7 files changed

+631
-5
lines changed

7 files changed

+631
-5
lines changed

Cargo.lock

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

crates/node/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ reqwest.workspace = true
9999
tokio.workspace = true
100100
tracing.workspace = true
101101

102+
# pprof dependencies
103+
pprof = { version = "0.15.0", features = ["flamegraph", "protobuf-codec"] }
104+
protobuf = "2.28"
105+
hyper = { version = "1.5", features = ["full"] }
106+
hyper-util = { version = "0.1", features = ["tokio"] }
107+
http-body-util = "0.1"
108+
102109
[dev-dependencies]
103110
alloy-chains.workspace = true
104111
alloy-eips.workspace = true

0 commit comments

Comments
 (0)