Add chutney performance testing support to src/test/test-network.sh
commit128d4a68967fb2986965e9f8443f362a9dc20ecc
authorteor <teor2345@gmail.com>
Mon, 6 Jul 2015 06:59:15 +0000 (6 16:59 +1000)
committerteor <teor2345@gmail.com>
Mon, 6 Jul 2015 06:59:15 +0000 (6 16:59 +1000)
tree1c766d31bc0e6ceb6d39644052867dab0b4fc094
parent19440b9e58b3d824057abd3a0faf08fd7cb891ff
Add chutney performance testing support to src/test/test-network.sh

The following arguments change how chutney verifies the network:
--bytes n             sends n bytes per test connection (10 KBytes)
--connections n       makes n test connections per client (1)
--hs-multi-client 1   makes each client connect to each HS (0)
Requires the corresponding chutney performance testing changes.
Note: using --connections 7 or greater on a HS will trigger #15937.
Patch by "teor".
changes/feature14175-chutney-performance [new file with mode: 0644]
src/test/test-network.sh