Implement chutney performance testing
The following environmental variables affect chutney verify: CHUTNEY_DATA_BYTES=n sends n bytes per test connection (10 KBytes) CHUTNEY_CONNECTIONS=n makes n test connections per client (1) CHUTNEY_HS_MULTI_CLIENT=1 makes each client connect to each HS (0) When enough data is transmitted, chutney verify reports: Single Stream Bandwidth: the speed of the slowest stream, end-to-end Overall tor Bandwidth: the sum of the bandwidth across each tor instance This approximates the CPU-bound tor performance on the current machine, assuming everything is multithreaded and network performance is infinite. These new features are all documented in the README.
Please register or sign in to comment