Skip to content

Commit 62ae8e2

Browse files
committed
Fix type typo
`swift build` was happy for whatever reason beofre.
1 parent 415b7cb commit 62ae8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Benchmarks/Benchmarks/SwiftKafkaConsumerBenchmarks/KafkaConsumerBenchmark.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import struct Foundation.UUID
2424

2525
let benchmarks = {
2626
var uniqueTestTopic: String!
27-
let numberOfPartitions: UInt = 4
27+
let numberOfPartitions: Int32 = 4
2828
// We perform every benchmark this many times
2929
let numberOfBatches: UInt = 1000
3030
// In every benchmark iteration, we consume this many messages

0 commit comments

Comments
 (0)