Skip to content

Commit

Permalink
[checkpoints] Measure user_signatures_for_checkpoint time (MystenLabs…
Browse files Browse the repository at this point in the history
  • Loading branch information
andll authored Feb 1, 2023
1 parent 22292d6 commit effa355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sui-core/src/checkpoints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ impl CheckpointBuilder {
let signatures = self
.epoch_store
.user_signatures_for_checkpoint(&digests_without_epoch_augment)
.in_monitored_scope("CheckpointBuilder::wait_user_signatures")
.await?;
debug!(
"Received {} checkpoint user signatures from consensus",
Expand Down

0 comments on commit effa355

Please sign in to comment.