Skip to content

Commit a219cf6

Browse files
committed
linkts
1 parent 81b83e9 commit a219cf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

opentelemetry/benches/metrics.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ fn counter_add(c: &mut Criterion) {
3838
});
3939

4040
let kv = [
41-
KeyValue::new("attribute1", "value1"),
42-
KeyValue::new("attribute2", "value2"),
43-
KeyValue::new("attribute3", "value3"),
44-
KeyValue::new("attribute4", "value4"),
45-
];
41+
KeyValue::new("attribute1", "value1"),
42+
KeyValue::new("attribute2", "value2"),
43+
KeyValue::new("attribute3", "value3"),
44+
KeyValue::new("attribute4", "value4"),
45+
];
4646

4747
c.bench_function("Counter_AddWithStaticArray", |b| {
4848
b.iter(|| {

0 commit comments

Comments
 (0)