From 128d4a68967fb2986965e9f8443f362a9dc20ecc Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 6 Jul 2015 16:59:15 +1000 Subject: 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 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changes/feature14175-chutney-performance (limited to 'changes') diff --git a/changes/feature14175-chutney-performance b/changes/feature14175-chutney-performance new file mode 100644 index 0000000000..ba3a6fee4d --- /dev/null +++ b/changes/feature14175-chutney-performance @@ -0,0 +1,9 @@ + o Major enhancements (performance testing): + - 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". -- cgit v1.2.3-54-g00ecf