feature14175-chutney-performance 568 B

123456789
  1. o Major enhancements (performance testing):
  2. - Add chutney performance testing support to src/test/test-network.sh
  3. The following arguments change how chutney verifies the network:
  4. "--bytes n" sends n bytes per test connection;
  5. "--connections n" makes n test connections per client; and
  6. "--hs-multi-client 1" makes each client connect to each HS.
  7. Requires the corresponding chutney performance testing changes.
  8. Note: using --connections 7 or greater on a HS will trigger issue 15937.
  9. Patch by "teor". Closes ticket 14175.