Skip to content

Commit ce39334

Browse files
committed
Regress performance
1 parent 6845b18 commit ce39334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Benchmarks/Benchmarks/MyBenchmark/Benchmark.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let benchmarks: @Sendable () -> Void = {
1010
"All metrics, full concurrency, async",
1111
configuration: configuration
1212
) { benchmark in
13-
blackHole(fibonacci(30))
13+
blackHole(fibonacci(35))
1414
}
1515
}
1616

0 commit comments

Comments
 (0)