melix / jmh-gradle-plugin

Integrates the JMH benchmarking framework with Gradle
Apache License 2.0
666 stars 88 forks source link

No console output #165

Closed BrainStone closed 4 years ago

BrainStone commented 4 years ago

Describe the bug According to #17 and #33 the JMH output should by default go to the console.
However that is not the case.

Also using

jmh {
    humanOutputFile = null
}

does not work

To Reproduce Steps to reproduce the behavior:

  1. Add the plugin to a project
  2. Create benchmarks
  3. Run the jmh task.
  4. See no console output.

Happening with:

------------------------------------------------------------
Gradle 6.0.1
------------------------------------------------------------

Build time:   2019-11-18 20:25:01 UTC
Revision:     fad121066a68c4701acd362daf4287a7c309a0f5

Kotlin:       1.3.50
Groovy:       2.5.8
Ant:          Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM:          1.8.0_201 (Oracle Corporation 25.201-b09)
OS:           Windows 10 10.0 amd64
BrainStone commented 4 years ago

There apparently was some weird shit going on. It works now. No idea why but whatever.
Won't ask.