We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b83e9 commit a219cf6Copy full SHA for a219cf6
opentelemetry/benches/metrics.rs
@@ -38,11 +38,11 @@ fn counter_add(c: &mut Criterion) {
38
});
39
40
let kv = [
41
- KeyValue::new("attribute1", "value1"),
42
- KeyValue::new("attribute2", "value2"),
43
- KeyValue::new("attribute3", "value3"),
44
- KeyValue::new("attribute4", "value4"),
45
- ];
+ KeyValue::new("attribute1", "value1"),
+ KeyValue::new("attribute2", "value2"),
+ KeyValue::new("attribute3", "value3"),
+ KeyValue::new("attribute4", "value4"),
+ ];
46
47
c.bench_function("Counter_AddWithStaticArray", |b| {
48
b.iter(|| {
0 commit comments