Microbenchmark testing via 'make' should run faster by default

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 19
    • Affects Version/s: 19
    • Component/s: performance
    • None
    • b36

      Running the JDK microbenchmarks using'make test TEST=micro:...", will run JMH with the default number of forks, 5. That is, it will fork and run all of the warmups and measurement iterations 5 times in succession.

      It would be better for this job to use a lower fork value (such as 1) by default. This would be sufficient for quick performance verification tasks, and would reduce the default run duration significantly.

            Assignee:
            Eric Caspole
            Reporter:
            Brent Christian
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: