If the compressed parameters field is non empty, the table above would
be ignored and these parameters would be used instead.
For example, if you want each input to have 95 testcases,
and the array size to be anywhere between 7 to 23 and you want the
array values to be a random number in [63, 97],
the compressed parameters would be
--t_high 95 --t_high 95 --n_high 23 --n_low 7 --val_high 97 --val_low 63
Once you modify the table, you can copy the compressed parameters
from the results page under the
Generator Parameters section,
paste it here and edit it. After that, if you click on
Stress Test,
your code will only be evaluated on the parameters from the input box.
Note: You don't need to type in all parameters.
If you ignore some parameters, they'd be considered as the default
value from the table.
For example, if you just mention "--n_high 10", all other parameters
would be taken from the table, and n_high would be overwritten with 10.