浏览代码

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
 unit-test.h and checks the responses. These programs are useful to
 test the protocol implementation.
 test the protocol implementation.
 
 
-bench-bandwidth-slave
+bandwidth-slave-one
-bench-bandwidth-master
+bandwidth-slave-many-up
-----------------------
+bandwidth-master
+-----------------------
 It returns some very useful informations about the performance of
 It returns some very useful informations about the performance of
 transfert rate between the slave and the master.
 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.