diff options
Diffstat (limited to 'changes/feature14175-chutney-performance')
-rw-r--r-- | changes/feature14175-chutney-performance | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/changes/feature14175-chutney-performance b/changes/feature14175-chutney-performance deleted file mode 100644 index 1dd03f5ee1..0000000000 --- a/changes/feature14175-chutney-performance +++ /dev/null @@ -1,9 +0,0 @@ - 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; - "--connections n" makes n test connections per client; and - "--hs-multi-client 1" makes each client connect to each HS. - Requires the corresponding chutney performance testing changes. - Note: using --connections 7 or greater on a HS will trigger issue 15937. - Patch by "teor". Closes ticket 14175. |