public class RegressStarter
extends java.lang.Object
Driver program for the purpose of running linear regression tests.
Requires one command line argument to run - a String, filename, specifying the name of a file which contains configuration details for the tests to be run (formatted as specified in the documentation for regress).
Configures TrafficGenerator with the given details from the configuration file, and starts it.
| Constructor and Description |
|---|
RegressStarter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |