Skip to content

Commit

Permalink
chore: Update pprof (#6710)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkarabut authored Dec 5, 2024
1 parent 7619da5 commit 2b22592
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 29 deletions.
62 changes: 35 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ codespan-reporting = "0.11.1"
criterion = "0.5.0"
# Note that using the "frame-pointer" feature breaks framegraphs on linux
# https://github.com/tikv/pprof-rs/pull/172
pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
pprof = { version = "0.14", features = ["flamegraph", "criterion"] }

cfg-if = "1.0.0"
dirs = "4"
Expand Down
2 changes: 1 addition & 1 deletion acvm-repo/bn254_blackbox_solver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ num-bigint.workspace = true
[dev-dependencies]
ark-std.workspace = true
criterion = "0.5.0"
pprof = { version = "0.12", features = [
pprof = { version = "0.14", features = [
"flamegraph",
"frame-pointer",
"criterion",
Expand Down

0 comments on commit 2b22592

Please sign in to comment.