in Sources/_TracingBenchmarks/SpanAttributesDSLBenchmark.swift [94:99]
func bench_startSpan_end(times: Int) throws {
for _ in 0 ..< times {
let span = InstrumentationSystem.tracer.startSpan("something", baggage: .topLevel)
span.end()
}
}