Skip to content

Commit 09def74

Browse files
committed
leftover commit
1 parent cc50ea4 commit 09def74

File tree

1 file changed

+0
-6
lines changed
  • opentelemetry-sdk/benches

1 file changed

+0
-6
lines changed

opentelemetry-sdk/benches/log.rs

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ fn log_benchmark_group<F: Fn(&dyn Logger)>(c: &mut Criterion, name: &str, f: F)
2828

2929
group.bench_function("no-context", |b| {
3030
let provider = LoggerProvider::builder()
31-
.with_config(Config::default().with_resource(Resource::new(vec![
32-
KeyValue::new("service.name", "my-service"),
33-
KeyValue::new("service.version", "1.0.0"),
34-
KeyValue::new("service.environment", "production"),
35-
KeyValue::new("service.instance.id", "1234"),
36-
])))
3731
.with_simple_exporter(VoidExporter)
3832
.build();
3933

0 commit comments

Comments
 (0)