Skip to content

Commit 2394919

Browse files
committed
fixup! more benchmarks
1 parent caadb06 commit 2394919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Benchmarks/Benchmarks/TracingBenchmarks/AtrributeDSLBenchmark.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let benchmarks: @Sendable () -> Void = {
3333

3434
Benchmark(
3535
"NoopTracing.startSpan_endSpan",
36-
configuration: configurationWithMallocAndInstructions
36+
configuration: configurationWithMalloc
3737
) { benchmark in
3838
let span = startSpan("name")
3939
defer { span.end() }

0 commit comments

Comments
 (0)