melix / jmh-gradle-plugin

Integrates the JMH benchmarking framework with Gradle
Apache License 2.0
677 stars 87 forks source link

Command Line Options #46

Open mjpt777 opened 9 years ago

mjpt777 commented 9 years ago

The list of options to JMH needs to be updated to reflect JMH advances.

A better option might be to have a JMH options parameter that can combine a number of options.

vyazelenko commented 8 years ago

Me and @aalmiray discussed this today. Plan is to finalize it next week. In a nutshell we want to provide a way to specify all JMH options in a single command. We were also discussing supporting old mode of passing options separately in case if new single String argument is not defined for compatibility reasons. But I personally advocate that we just move to single argument config.

mjpt777 commented 8 years ago

After battling with trying to make the plugin work we have given up on it and are now doing it manually like in the following which seems easier:

https://github.com/real-logic/simple-binary-encoding/blob/master/build.gradle

vyazelenko commented 8 years ago

@mjpt777 it's a pity. I really hope next week we will make a new release with so much awaited fixes. Would love to hear what was not working for you in SBE project. /cc @aalmiray

mjpt777 commented 8 years ago

Lots of issues with dependency management and how it does not play well with code generation.