libp2p-test-plans/perf/impl/go-libp2p/v0.29
Max Inden 0a8dbab87c
feat(perf): continuosly measure on single conn (iperf-style) (#276)
Our current throughput tests open a connection, open a stream,
up- or download 100MB and close the connection. 100 MB is not enough on the
given path (60ms, ~5gbit/s) to exit congestion controller's slow-start. See
https://github.com/libp2p/test-plans/issues/261 for details.

Instead of downloading 100MB multiple times, each on a new connection, establish
a single connection and continuously measure the throughput for a fixed
duration (20s).
2023-10-25 13:24:08 +02:00
..
.gitignore fix: how new go-libp2p versions are added to perf (#294) 2023-09-04 09:40:32 +02:00
Makefile fix: how new go-libp2p versions are added to perf (#294) 2023-09-04 09:40:32 +02:00
go.mod feat(perf): add go-libp2p v0.29 (#242) 2023-07-26 14:01:46 +02:00
go.sum feat(perf): add go-libp2p v0.29 (#242) 2023-07-26 14:01:46 +02:00
main.go feat(perf): continuosly measure on single conn (iperf-style) (#276) 2023-10-25 13:24:08 +02:00
perf.go feat(perf): continuosly measure on single conn (iperf-style) (#276) 2023-10-25 13:24:08 +02:00