starknet_committer,apollo_committer: add timers for fetch patricia paths#14189
starknet_committer,apollo_committer: add timers for fetch patricia paths#14189ArielElp wants to merge 1 commit into
Conversation
PR SummaryLow Risk Overview Extends block measurement types with Reviewed by Cursor Bugbot for commit c760241. Bugbot is set up for automated code reviews on this repo. Configure here. |
1f931cb to
8f9e24b
Compare
535b5e5 to
8508cca
Compare
8f9e24b to
cddd859
Compare
8508cca to
d204c67
Compare
cddd859 to
a660497
Compare
d204c67 to
b7d225e
Compare
8bf3a2f to
9f568b4
Compare
01eb09a to
574d1ff
Compare
yoavGrs
left a comment
There was a problem hiding this comment.
@yoavGrs made 1 comment and resolved 1 discussion.
Reviewable status: 3 of 7 files reviewed, 2 unresolved discussions (waiting on ArielElp).
crates/starknet_committer/src/block_committer/measurements_util.rs line 82 at r4 (raw file):
Previously, ArielElp wrote…
to avoid cfg(feature=os_input) on callsite
you mean, in committer_cli?
IMO we should keep it the way it was.
63081dd to
ecdd530
Compare
574d1ff to
1c55087
Compare
ecdd530 to
d106a77
Compare
1c55087 to
40cf274
Compare
d106a77 to
f5ac18f
Compare
b9e782a to
3e34826
Compare
f5ac18f to
0cb4891
Compare
3e34826 to
726768f
Compare
7b5bd65 to
86d6eb4
Compare
726768f to
270d5c4
Compare
86d6eb4 to
7ae3923
Compare
270d5c4 to
23624a1
Compare
23624a1 to
64c906d
Compare
7ae3923 to
46801a0
Compare
ArielElp
left a comment
There was a problem hiding this comment.
@ArielElp made 1 comment.
Reviewable status: 2 of 7 files reviewed, 1 unresolved discussion (waiting on yoavGrs).
crates/starknet_committer/src/block_committer/measurements_util.rs line 82 at r4 (raw file):
Previously, yoavGrs wrote…
you mean, in committer_cli?
IMO we should keep it the way it was.
Done.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 64c906d. Configure here.
64c906d to
c3f46ac
Compare
46801a0 to
88e1093
Compare
yoavGrs
left a comment
There was a problem hiding this comment.
@yoavGrs reviewed 5 files and all commit messages, made 2 comments, and resolved 1 discussion.
Reviewable status: 6 of 7 files reviewed, 3 unresolved discussions (waiting on ArielElp).
crates/starknet_committer/src/block_committer/commit.rs line 242 at r7 (raw file):
classes_trie: n_classes_trie_modifications, emptied_storage_leaves, ..Default::default()
We don't have the number of witnesses?
crates/starknet_committer_cli/src/utils_test.rs line 20 at r7 (raw file):
const N_EMPTY_LEAVES: usize = 10; #[cfg(feature = "os_input")] const N_WITNESSES: usize = 0;
Give an interesting value.
Code quote:
const N_WITNESSES: usize = 0;c3f46ac to
c760241
Compare


No description provided.