perf takes too much time (it gets time-out) while running in test-plans repo (libp2p/test-plans#658, working pr: libp2p/test-plans#659)
if 900719925 value is used for download bytes, following performance is measured:
tcp + yamux + noise:
go server + go client = 0.8s
go server + nim client = 14s
nim server + go client = 11.5s
nim server + nim client = 10-14s
tcp + mplex + noise
nim server + nim client = 14s
perf takes too much time (it gets time-out) while running in test-plans repo (libp2p/test-plans#658, working pr: libp2p/test-plans#659)
if
900719925value is used for download bytes, following performance is measured: