-
idea ultimate 14.1.2 + scala plugin 1.4.15 + jmh plugin 1.0.1
I have an sbt project opened in IDEA. When I run one benchmark method or all methods in a class I get this error:
```
Exception in threa…
-
**Is your feature request related to a problem? Please describe.**
We have experimental support (requiring `--power`) for running benchmarks with the `--jmh` and `--jmhVersion` options, but there's n…
-
```
-Djava.library.path=/Users/jabrena/IdeaProjects/101-jmh/async-profiler-3.0-macos/lib/libasyncProfiler.dylib
```
-
**Describe the bug**
When I attempt to run the jmh task a second time without making any code changes, Gradle skips running it. That's because Gradle sees that all the dependencies of the jmh task a…
-
Hey,
InteliJ natively supports [profiling (either CPU or memory)](https://www.jetbrains.com/help/idea/cpu-profiler.html) what I would like to be able to do is execute by JMH tests in profile mode a…
-
Hello team,
I testing my app using JMH gradle plugin.
Inside my tested app there is log.info (...) commands.
When I run JMH in gradle using `./gradlew jmh or ./gradlew -w jmh` there are enormous …
-
**Version(s)**
Scala CLI version: 1.0.6
Scala version (default): 3.3.1
I also randomly tried other scala/jvm combinations and always get the same result.
**Describe the bug**
Running `…
-
## Request
Add a new optional property `description` to each benchmark. When present, the description is displayed below the benchmark name or below the benchmark graph.
## Rationale
If we lo…
-
### Version
5.3.0-SNAPSHOT
### Feature
Implementing a JUnit integration test for `JenaSystem#init` is straightforward, but it must be run as a single-method test to ensure a fresh JVM. Only then ca…
-
Hi @jeffque I was thinking that we should add the Native Image and as well both JIT and Native Image from Oracle GraalVM, to properly compare "all" options. And perhaps integrate it better with JMH.
…