Skip to content

Commit

Permalink
Update performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Oct 27, 2024
1 parent 072f732 commit 9c025c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ImagePipelinePerfomanceTests: XCTestCase {
var finished: Int = 0
let semaphore = DispatchSemaphore(value: 0)
for request in requests {
pipeline.loadImage(with: request, queue: callbackQueue, progress: nil) { _ in
pipeline.loadImage(with: request, progress: nil) { _ in
finished += 1
if finished == requests.count {
semaphore.signal()
Expand Down

0 comments on commit 9c025c6

Please sign in to comment.