Commit c0de8fedde583061ca17883b114b88bd45c34726
1 parent
df0cf792
Updated tests/README
Showing
1 changed file
with
9 additions
and
3 deletions
tests/README
| ... | ... | @@ -25,8 +25,14 @@ By default, this program sends some queries with the values defined in |
| 25 | 25 | unit-test.h and checks the responses. These programs are useful to |
| 26 | 26 | test the protocol implementation. |
| 27 | 27 | |
| 28 | -bench-bandwidth-slave | |
| 29 | -bench-bandwidth-master | |
| 30 | ----------------------- | |
| 28 | +bandwidth-slave-one | |
| 29 | +bandwidth-slave-many-up | |
| 30 | +bandwidth-master | |
| 31 | +----------------------- | |
| 31 | 32 | It returns some very useful informations about the performance of |
| 32 | 33 | transfert rate between the slave and the master. |
| 34 | + | |
| 35 | +- bandwidth-slave-one: it can handles only one connection with a master. | |
| 36 | +- bandwidth-slave-many-up: it opens a connection each time a new master asks | |
| 37 | + for, but the number of connection is limited. The same slave process handles | |
| 38 | + all the connections. | ... | ... |