We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f09fc commit c611193Copy full SHA for c611193
opentelemetry-sdk/benches/metric.rs
@@ -345,6 +345,8 @@ fn benchmark_collect_histogram(b: &mut Bencher, n: usize) {
345
346
b.iter(|| {
347
let _ = r.collect(&mut rm);
348
+ // TODO - this assertion fails periodically, and breaks
349
+ // our bench testing. We should fix it.
350
// assert_eq!(rm.scope_metrics[0].metrics.len(), n);
351
})
352
}
0 commit comments