Skip to content

Release v0.5.0

Latest
Compare
Choose a tag to compare
@chrstphlbr chrstphlbr released this 14 Feb 14:29
· 3 commits to main since this release

This release adds two configuration options for bencher functionality that relies on executing Java processes internally, i.e., the dynamic coverage extractors (JacocoDC and JavaCallgraphDC) and the JarBenchFinder:

  1. use a different Java version than the one bencher is run with (by using a different JAVA_HOME)
  2. add JVM arguments to the process running the benchmark JARs and the JVM forks

Both functionalities can be set through the API or the CLI (with --java-home and --jvm-args).