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 415b7cb commit 62ae8e2Copy full SHA for 62ae8e2
Benchmarks/Benchmarks/SwiftKafkaConsumerBenchmarks/KafkaConsumerBenchmark.swift
@@ -24,7 +24,7 @@ import struct Foundation.UUID
24
25
let benchmarks = {
26
var uniqueTestTopic: String!
27
- let numberOfPartitions: UInt = 4
+ let numberOfPartitions: Int32 = 4
28
// We perform every benchmark this many times
29
let numberOfBatches: UInt = 1000
30
// In every benchmark iteration, we consume this many messages
0 commit comments