mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 10:43:25 +00:00
80376ff305
rustls defaults to CHACHA20, which is rather slow on desktop hardware. This change allows to specify a single cipher suite for this test, and sets the default to AES128. CHACHA20 (default): > Sent 4294967296 bytes on 1 streams in 14.86s (275.68 MiB/s) AES128: > Sent 4294967296 bytes on 1 streams in 12.21s (335.59 MiB/s)