You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2016/08/09 21:02:20 UTC

[jira] [Resolved] (RNG-2) Allow creation and execution of JMH based benchmarks

     [ https://issues.apache.org/jira/browse/RNG-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles resolved RNG-2.
----------------------
    Resolution: Fixed

Thanks!

Patch and code example were committed with some modifications.
For future commits, please try to follow our guidelines for consistent code and ease of review process (looks maybe like nit-picking but it's not if you consider how many people might want to keep their habits):
* Do not mix contents and formatting changes in the same patch or commit
* Surround arithmetic operations with space characters (i.e. follow the code style applied in most of the Commons Math Java sources)
* Place the correct license as file header


> Allow creation and execution of JMH based benchmarks
> ----------------------------------------------------
>
>                 Key: RNG-2
>                 URL: https://issues.apache.org/jira/browse/RNG-2
>             Project: Commons RNG
>          Issue Type: Bug
>            Reporter: Artem Barger
>         Attachments: RNG-2.patch
>
>
> Add relevant maven changes to enable creation and execution of benchmarks based on JMH (Java Microbenchmarks harness) framework.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)