add --metrics to prove command (#2925)

allows exporting metrics to a json file
This commit is contained in:
Leandro Pacheco
2025-06-23 05:55:21 -03:00
committed by GitHub
parent 6669d9447b
commit 52caecd2a0
3 changed files with 54 additions and 5 deletions

View File

@@ -121,10 +121,12 @@ openvm-stark-sdk = { git = "https://github.com/powdr-labs/stark-backend.git", re
"parallel",
"jemalloc",
"nightly-features",
"bench-metrics",
] }
openvm-stark-backend = { git = "https://github.com/powdr-labs/stark-backend.git", rev = "37c22d2", default-features = false, features = [
"parallel",
"jemalloc",
"bench-metrics",
] }
[profile.pr-tests]