java-json-benchmark icon indicating copy to clipboard operation
java-json-benchmark copied to clipboard

Question: Usage of OpenJDK instead of Amazon Corretto

Open samuelstein opened this issue 2 years ago • 1 comments

I saw that the performance tests were made with Amazon Corretto JDK. Their JDK differs from the offical OpenJDK and can include performance optimizations. Thats why it would be interesting to run the benchmark with OpenJDK and to compare the results with Amazon Corretto.

samuelstein avatar Oct 25 '23 08:10 samuelstein

I don't want to test with more than one JDK as I want to keep the reports simple. My preference is to test with OpenJDK, but this got replaced with Corretto during some JDK upgrade (11 or 17, I don't recall) because the AMIs don't provide OpenJDK out of the box.

Contributions are welcomed so feel free to send a PR that updates the ami provisioning to use the OpenJdk :)

fabienrenaud avatar Oct 25 '23 16:10 fabienrenaud