Skip to content

Commit

Permalink
Fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 18, 2024
1 parent 800025d commit 6e26bd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Benchmarks/Benchmarks/Router/RouterBenchmarks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func routerBenchmarks() {
for try await buffer in request.body {
try await writer.write(buffer)
}
return nil
})
}
}
Expand Down

0 comments on commit 6e26bd8

Please sign in to comment.