Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903889

jcstress: document used properites (and env variables)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • tools
    • None

      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

            jvanek Jiří Vaněk
            jvanek Jiří Vaněk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: