test: add pprof flamgegraph bench (#6712)

This commit is contained in:
Matthias Seitz
2024-02-21 19:41:27 +01:00
committed by GitHub
parent 84b13286f0
commit 4487886fa2
3 changed files with 8 additions and 1 deletions

View File

@ -62,6 +62,7 @@ paste = "1.0"
rand = "0.8"
proptest.workspace = true
criterion.workspace = true
pprof = { workspace = true, features = ["criterion", "flamegraph"] }
assert_matches.workspace = true
tempfile.workspace = true
serde_json.workspace = true