Skip to content

Commit 2b22592

Browse files
authored
chore: Update pprof (#6710)
1 parent 7619da5 commit 2b22592

File tree

3 files changed

+37
-29
lines changed

3 files changed

+37
-29
lines changed

Cargo.lock

+35-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ codespan-reporting = "0.11.1"
126126
criterion = "0.5.0"
127127
# Note that using the "frame-pointer" feature breaks framegraphs on linux
128128
# https://github.com/tikv/pprof-rs/pull/172
129-
pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
129+
pprof = { version = "0.14", features = ["flamegraph", "criterion"] }
130130

131131
cfg-if = "1.0.0"
132132
dirs = "4"

acvm-repo/bn254_blackbox_solver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ num-bigint.workspace = true
3030
[dev-dependencies]
3131
ark-std.workspace = true
3232
criterion = "0.5.0"
33-
pprof = { version = "0.12", features = [
33+
pprof = { version = "0.14", features = [
3434
"flamegraph",
3535
"frame-pointer",
3636
"criterion",

0 commit comments

Comments
 (0)