Skip to content

Commit

Permalink
Merge pull request #36 from eqlabs/metrics_test
Browse files Browse the repository at this point in the history
fix: avoid multiplication
  • Loading branch information
joske authored May 22, 2023
2 parents 60a4814 + 5abeff8 commit 60fcdd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions narwhal/executor/src/subscriber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ impl<Network: SubscriberNetwork> Fetcher<Network> {
histogram!(
snarkos_metrics::subscribers::CERTIFICATE_LATENCY,
cert.metadata.created_at.elapsed().as_secs_f64(),
"certificate_round" => cert.round().to_string(),
"certificate_epoch" => cert.epoch().to_string(),
);

for (digest, (worker_id, _)) in cert.header.payload.iter() {
Expand Down

0 comments on commit 60fcdd7

Please sign in to comment.