François Farquet

Results 25 comments of François Farquet

For reference, the early access builds from Oracle can be found on dockerhub at `openjdk:-ea-oracle`. Example: `docker pull openjdk:19-ea-oracle`

We have some benchmarks that are JDK11 only, so testing only the latest JDK would ignore those. Moreover, the fact that the JDK changes can be significant and can impact...

Adding it to JSON is good. But I would also add it to stdout by default at the very beginning of the execution. That's very little output and can be...

Thanks @ericcaspole for the report. To avoid this to break again, we should add a Travis check that bundles the jmh jar and runs at least one iteration of one...

@vhotspur could you look into it ? It may be related to the extra dummy benchmarks.

Hi Matthias & SAPMachine team, Thanks a lot for the bug report ! I am afraid there is no simple workaround for that issue. The best would be to upgrade...

On my iOS device, I feel like the viewport is not very well aware of the content size of the dynamically loaded content from the MD files. This could be...

Alternatively or in addition to Quarkus, we could investigate Micronaut. There seems to be a benchmark which could be reused in the TechEmpower benchmarks here: https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/Java/micronaut

I would recommend going for 1, since mx benchmark already does plenty of command line building. There is a place in the command line to feed JVM options, I assume...

While outputting a file by default can be convenient, we should really not run `all` benchmarks if none is provided. By the nature of JVMs, profile pollutions or different profiles...