Skip to content

Commit 2f76e0f

Browse files
authored
import pprof to rollup_node (#410)
* import pprof to rollup_node * fix lint * update * fix args * update * fix ci * fix lint * fix unit test failed * remove unnecessary * address comments * fix lint * update * fix lint * address comments * update
1 parent d2afd51 commit 2f76e0f

10 files changed

Lines changed: 590 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 236 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ tokio.workspace = true
106106
tracing.workspace = true
107107
console-subscriber = "0.5.0"
108108

109+
# pprof dependencies
110+
pprof = { version = "0.15.0", features = ["flamegraph", "protobuf-codec"] }
111+
hyper = { version = "1.5", features = ["full"] }
112+
hyper-util = { version = "0.1", features = ["tokio"] }
113+
http-body-util = "0.1"
114+
109115
[dev-dependencies]
110116
alloy-chains.workspace = true
111117
alloy-eips.workspace = true

0 commit comments

Comments
 (0)