From 2ac2d2d0a33757011c10a57b793088c43a50a05b Mon Sep 17 00:00:00 2001 From: pohmelie Date: Sat, 25 Mar 2023 04:02:13 +0400 Subject: [PATCH] readme: add actual test results for python 3.11.2 --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index d5581ba..c56e91a 100644 --- a/README.rst +++ b/README.rst @@ -71,6 +71,19 @@ aioftp 0.8.0 200 concurrent clients (STOR 10.0M file) 12.56 secs 200 concurrent clients (QUIT) 0.03 secs +aioftp 0.21.4 (python 3.11.2) + +:: + + STOR (client -> server) 280.17 MB/sec + RETR (server -> client) 399.23 MB/sec + 200 concurrent clients (connect, login) 0.22 secs + STOR (1 file with 200 idle clients) 248.46 MB/sec + RETR (1 file with 200 idle clients) 362.43 MB/sec + 200 concurrent clients (RETR 10.0M file) 5.41 secs + 200 concurrent clients (STOR 10.0M file) 2.04 secs + 200 concurrent clients (QUIT) 0.04 secs + pyftpdlib 1.5.2 ::