Skip to content

Commit 9fb808a

Browse files
committed
update prof
1 parent dcac4d9 commit 9fb808a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ lto = "thin"
105105

106106
[workspace.dependencies]
107107
# Stark Backend
108-
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", rev = "b4ce9e23c2e5f4d2ac186093c9078a3582aac79d", default-features = false }
109-
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", rev = "b4ce9e23c2e5f4d2ac186093c9078a3582aac79d", default-features = false }
108+
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", rev = "5db1a331c7a5ce2b20d73a1d5ae97b9404cf80c6", default-features = false }
109+
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", rev = "5db1a331c7a5ce2b20d73a1d5ae97b9404cf80c6", default-features = false }
110110

111111
# OpenVM
112112
openvm-sdk = { path = "crates/sdk", default-features = false }

crates/prof/src/aggregate.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,4 +381,7 @@ pub const VM_METRIC_NAMES: &[&str] = &[
381381
"quotient_poly_compute_time_ms",
382382
"quotient_poly_commit_time_ms",
383383
"pcs_opening_time_ms",
384+
"sumcheck_prove_batch_ms",
385+
"gkr_prove_batch_ms",
386+
"gkr_gen_layers_ms",
384387
];

0 commit comments

Comments
 (0)