Vojtech Horky

Results 15 comments of Vojtech Horky

Hello, if you download the main JAR and the JMX plugin JAR from the [0.11.0 release](https://github.com/renaissance-benchmarks/renaissance/releases/tag/v0.11.0), following command should work. ```shell java \ -jar renaissance-gpl-0.11.0.jar \ --plugin 'plugin-jmxtimers-assembly-0.0.2.jar!org.renaissance.plugins.jmxtimers.Main' \ --json...

> Is it possible to export other JMX metrics also? At the moment, only `java.lang.management.CompilationMXBean` is used. But the plugin is extremely simple and it would be easy to create...

Small progress notice: I have tried upgrading `net.openhft` packages to `2.20` and that fails too: ``` SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J:...

As a follow up on #362. At the moment, we build everything (all the old JDK versions and plugins) on each push (or PR). Practically, the jobs need about 10-15...

I am unable to reproduce this on a clean clone. From the error message I suspect this is because the `clean` target does not really clean everything (#137) and there...

I found this [old issue in SBT tracker](https://github.com/sbt/sbt/issues/896#issuecomment-25752887) where it seems that it is actually not an issue at all ;-) > [...] been discussed on the mailing list before...

Thanks for splitting the PR! This looks much easier to review. Though I would prefer that the number of CPUs is a normal option (like `-cpu N`).

> Do you think outputting a file by default is a reasonable idea? The default output is to screen (standard output) which is fine for quick experimenting. If one needs...

Closing this issue as SBT underwent a major overhaul and this is probably already fixed/non-reproducible.

As a side note: the [action gh-release](https://github.com/marketplace/actions/gh-release) allows even automation of releases. It should be possible to create release automatically when tag is pushed (and upload binary JARs to them...