We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6845b18 commit ce39334Copy full SHA for ce39334
Benchmarks/Benchmarks/MyBenchmark/Benchmark.swift
@@ -10,7 +10,7 @@ let benchmarks: @Sendable () -> Void = {
10
"All metrics, full concurrency, async",
11
configuration: configuration
12
) { benchmark in
13
- blackHole(fibonacci(30))
+ blackHole(fibonacci(35))
14
}
15
16
0 commit comments