Skip to content

Commit

Permalink
suppress measure log
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Aug 28, 2024
1 parent 6cd0870 commit f6c9207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ macro_rules! measure_duration_histogram {
.$label
.observe(_start.elapsed().as_millis() as f64);

dev_info!(
dev_debug!(
"measured duration {} = {:?}",
stringify!($label),
_start.elapsed()
Expand Down

0 comments on commit f6c9207

Please sign in to comment.