Jcstress is currently using sveral properties, which are very useful, but not documented.
I would like to add a nice mechanism, whcih will allow to document reasonable properties, together with theirs defaults:
jcstress.timeBudget.defaultPerTestMs 3000
jcstress.timeBudget.minTimeMs 30
jcstress.timeBudget.maxTimeMs 60_000
and
jcstress.console.printIntervalMs which have two defaults:
printIntervalMs = (PRINT_INTERVAL_MS != null) ?
PRINT_INTERVAL_MS :
progressInteractive ? 1_000 : 15_000;
Not sure whwether to publish:
jcstress.link.address
jcstress.link.port 0
jcstress.link.timeoutMs 30 * 1000
In all cases jcstress.link.timeoutMs is duplicated String
I would like to add a nice mechanism, whcih will allow to document reasonable properties, together with theirs defaults:
jcstress.timeBudget.defaultPerTestMs 3000
jcstress.timeBudget.minTimeMs 30
jcstress.timeBudget.maxTimeMs 60_000
and
jcstress.console.printIntervalMs which have two defaults:
printIntervalMs = (PRINT_INTERVAL_MS != null) ?
PRINT_INTERVAL_MS :
progressInteractive ? 1_000 : 15_000;
Not sure whwether to publish:
jcstress.link.address
jcstress.link.port 0
jcstress.link.timeoutMs 30 * 1000
In all cases jcstress.link.timeoutMs is duplicated String
- links to
-
Review(master) openjdk/jcstress/156