GitHub user C0rWin opened a pull request:
https://github.com/apache/commons-lang/pull/182
Add maven dependency for JMH framework.
In order to provide patch for LANG-1110, required dependcy on JMH lib.
Current commit add benchmark profile and ability to run JMH based benchmark
by
executing "mvn test -P benchmark" command, moreover it's also possible to
specify exact benchmark name by running "mvn test -P benchmark
-Dbenchmark=benchmark.full.class.name".
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/C0rWin/commons-lang LANG-1256
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/182.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #182
----
commit 9f4c0ec4197331687e410aca492d4071eded2462
Author: Artem Barger <[email protected]>
Date: 2016-08-13T00:33:08Z
Add maven dependency for JMH framework.
In order to provide patch for LANG-1110, required dependcy on JMH lib.
Current commit add benchmark profile and ability to run JMH based benchmark
by
executing "mvn test -P benchmark" command, moreover it's also possible to
specify exact benchmark name by running "mvn test -P benchmark
-Dbenchmark=benchmark.full.class.name".
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---