aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarkie <Sarkie@users.noreply.github.com>2024-01-22 10:00:01 +0000
committerGitHub <noreply@github.com>2024-01-22 11:00:01 +0100
commite16ad7660d051972bac7fcdcec3fd92f6c4445da (patch)
tree4524192831cf8b635d48b3768fc625c65e5ec34c
parentb374643a1f2ca938063c006f5c37668383ebb088 (diff)
Update README.md to add the _baseline (#552)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0fa0400..3ff8222 100644
--- a/README.md
+++ b/README.md
@@ -318,7 +318,7 @@ To submit your own implementation to 1BRC, follow these steps:
* Create a fork of the [onebrc](https://github.com/gunnarmorling/onebrc/) GitHub repository.
* Run `./create_fork.sh <your_GH_user>` to copy the baseline implementation to your personal files, or do this manually:
- * Create a copy of _CalculateAverage.java_, named _CalculateAverage\_<your_GH_user>.java_, e.g. _CalculateAverage\_doloreswilson.java_.
+ * Create a copy of _CalculateAverage\_baseline.java_, named _CalculateAverage\_<your_GH_user>.java_, e.g. _CalculateAverage\_doloreswilson.java_.
* Create a copy of _calculate\_average\_baseline.sh_, named _calculate\_average\_<your_GH_user>.sh_, e.g. _calculate\_average\_doloreswilson.sh_.
* Adjust that script so that it references your implementation class name. If needed, provide any JVM arguments via the `JAVA_OPTS` variable in that script.
Make sure that script does not write anything to standard output other than calculation results.