diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-29 10:36:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-29 10:36:23 -0400 |
commit | 8b1f88eded2b047eef9be9e16d6bf90b0f01bfd0 (patch) | |
tree | 3958cae3d024330598f095cd55c8c68a63ce21b2 /changes | |
parent | 0dab1bc8127a9bfa860bec24490ab54401b96afb (diff) | |
parent | 128d4a68967fb2986965e9f8443f362a9dc20ecc (diff) | |
download | tor-8b1f88eded2b047eef9be9e16d6bf90b0f01bfd0.tar.gz tor-8b1f88eded2b047eef9be9e16d6bf90b0f01bfd0.zip |
Merge remote-tracking branch 'teor/feature14175-chutney-performance-v2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature14175-chutney-performance | 9 |
1 files changed, 9 insertions, 0 deletions
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". |