mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-21 08:06:33 -04:00
Document network stress test class for its invocation
This commit is contained in:
parent
43fa580e8d
commit
dc6676d98f
@ -38,6 +38,17 @@ import java.util.concurrent.CountDownLatch;
|
||||
import java.util.concurrent.Executors;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* Bitsquare network stress tests.
|
||||
*
|
||||
* You can invoke this class directly from the command line.
|
||||
* If the name of a single test is given as an argument, only that test is run.
|
||||
* Otherwise all tests in the class are run.
|
||||
*
|
||||
* You can also set some {@code STRESS_TEST_*} environment variables to
|
||||
* customize the execution of tests.
|
||||
* See the {@code *_ENVVAR} constants for the names of these variables.
|
||||
*/
|
||||
public class NetworkStressTest {
|
||||
// Test parameters
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user