feature14175-chutney-performance 569 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 (10 KBytes)
  5. --connections n makes n test connections per client (1)
  6. --hs-multi-client 1 makes each client connect to each HS (0)
  7. Requires the corresponding chutney performance testing changes.
  8. Note: using --connections 7 or greater on a HS will trigger #15937.
  9. Patch by "teor".