Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Include note about custom JDK version.
  • Loading branch information
ebarlas authored Jan 3, 2024
1 parent 5af4c9a commit a91842d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ To submit your own implementation to 1BRC, follow these steps:
* (Optional) If you'd like to use native binaries (GraalVM), adjust the _pom.xml_ file so that it builds that binary.
* Create a pull request against the upstream repository, clearly stating
* The name of your implementation class.
* The JDK build to use (if not specified, the latest OpenJDK 21 upstream build will be used).
* OpenJDK 21 is the default. If a custom JDK build is required, include the SDKMAN command `sdk use java [version]` in the launch shell script prior to application start.
* The execution time of the program on your system and specs of the same (CPU, number of cores, RAM). This is for informative purposes only, the official runtime will be determined as described below.
* I will run the program and determine its performance as described in the next section, and enter the result to the scoreboard.
Expand Down

0 comments on commit a91842d

Please sign in to comment.