swift-server / swift-kafka-client

Apache License 2.0
83 stars 23 forks source link

Add benchmark infratructure without actual tests #146

Closed blindspotbounty closed 12 months ago

blindspotbounty commented 1 year ago

There is an infrastructure for adding benchmark tests for swift-kafka-client.

FranzBusch commented 1 year ago

@swift-server-bot test this please

blindspotbounty commented 1 year ago

Hm, something strange happens to build:

15:54:07 /swift-kafka-client/Sources/Kafka/KafkaConsumer.swift:294:58: error: 'makeSequence(elementType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
15:54:07         let sourceAndSequence = NIOAsyncSequenceProducer.makeSequence(

Seems not related to these changes

FranzBusch commented 1 year ago

Yeah that's caused by our latest NIO release. We have to fix that up as well.

blindspotbounty commented 1 year ago

@FranzBusch if I am not wrong, the change is trivial, so I've just put new argument within this PR.