From 6a8644523f5647c9d1f54452df40410a9ca3e0ba Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Thu, 28 Dec 2023 22:11:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 231844c..4c418c3 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,10 @@ To submit your own implementation to 1BRC, follow these steps: * Create a pull request against the upstream repository, clearly stating * The name of your implementation class. * The JDK build to use (of not specified, the latest OpenJDK 21 upstream build will be used). -* I will run the program and determine its performance as described in the next section, and enter the result to the scoreboard. Note that I reserve the right to not evaluate specific submissions if I feel doubtful about the implementation (I.e. I won't run your BitCoin miner ;). + * 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. + +**Note:** I reserve the right to not evaluate specific submissions if I feel doubtful about the implementation (I.e. I won't run your BitCoin miner ;). If you'd like to discuss any potential ideas for implementing 1BRC with the community, you can use the [GitHub Discussions](https://github.com/gunnarmorling/onebrc/discussions) of this repository.