Skip to content

Commit

Permalink
Merge branch 'main' into exporter-vector
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyCpp authored Aug 30, 2024
2 parents e91c752 + 8e713e4 commit 9d3b08e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions opentelemetry/benches/attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ fn attributes_creation(c: &mut Criterion) {
});
});

#[allow(clippy::useless_vec)]
c.bench_function("CreateOtelKeyValueArray", |b| {
b.iter(|| {
let _v1 = black_box([
Expand All @@ -66,7 +65,6 @@ fn attributes_creation(c: &mut Criterion) {
});
});

#[allow(clippy::useless_vec)]
c.bench_function("CreateTupleKeyValueArray", |b| {
b.iter(|| {
let _v1 = black_box([
Expand Down

0 comments on commit 9d3b08e

Please sign in to comment.