aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEadrom <Eadrom@users.noreply.github.com>2024-01-14 06:31:46 -0700
committerGitHub <noreply@github.com>2024-01-14 14:31:46 +0100
commite4f0891d2dddff9461945cc83fe36b36c26dba4a (patch)
tree2091e1f1ff3e1f32a583952216394fd3fdae4fdd /README.md
parent38f8b8d544b7e636c25a29f53907838636f3d486 (diff)
added python script to build test data (#366)
* added python script to build test data * moved create_measurements.py to src/main/python and updated paths for file io * Updated readme to include blurb about python script to generate measurements
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 17507da..7c69007 100644
--- a/README.md
+++ b/README.md
@@ -237,6 +237,8 @@ Execute the following steps to run the challenge:
This will take a few minutes.
**Attention:** the generated file has a size of approx. **12 GB**, so make sure to have enough diskspace.
+ If you're running the challenge with a non-Java language, there's a non-authoritative Python script to generate the measurements file at `src/main/python/create_measurements.py`. The authoritative method for generating the measurements is the Java program `dev.morling.onebrc.CreateMeasurements`.
+
3. Calculate the average measurement values:
```