apple / swift-nio-ssh

SwiftNIO SSH is a programmatic implementation of SSH using SwiftNIO
Apache License 2.0
406 stars 50 forks source link

Lower alloc limits to lock-in upstream wins #173

Closed rnro closed 1 month ago

rnro commented 1 month ago

Motivation:

Changes in swift-nio and swift-atomics have resulted in fewer allocations in the benchmarks in swift-nio-ssh, so much improved that it caused tests to fail.

Modifications:

Update the limits to take account of the gains, update the script to scrape the new limits to use 5.8, 5.9, 5.10.

Result:

Allocation benchmark CI should pass again.