We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0174f58 commit dd97b56Copy full SHA for dd97b56
Tests/AsyncAlgorithmsTests/Performance/TestThroughput.swift
@@ -64,7 +64,7 @@ final class TestThroughput: XCTestCase {
64
zip($0, $1, $2)
65
}
66
67
- @available(macOS 13.0, *)
+ @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
68
func test_debounce() async {
69
await measureSequenceThroughput(source: (1...).async) {
70
$0.debounce(for: .zero, clock: ContinuousClock())
0 commit comments