瀏覽代碼

Updated tests/README

Stéphane Raimbault 15 年之前
父節點
當前提交
c0de8fedde
共有 1 個文件被更改,包括 9 次插入3 次删除
  1. 9 3
      tests/README

+ 9 - 3
tests/README

@@ -25,8 +25,14 @@ By default, this program sends some queries with the values defined in
 unit-test.h and checks the responses. These programs are useful to
 test the protocol implementation.
 
-bench-bandwidth-slave
-bench-bandwidth-master
-----------------------
+bandwidth-slave-one
+bandwidth-slave-many-up
+bandwidth-master
+-----------------------
 It returns some very useful informations about the performance of
 transfert rate between the slave and the master.
+
+- bandwidth-slave-one: it can handles only one connection with a master.
+- bandwidth-slave-many-up: it opens a connection each time a new master asks
+  for, but the number of connection is limited. The same slave process handles
+  all the connections.