From e4f0891d2dddff9461945cc83fe36b36c26dba4a Mon Sep 17 00:00:00 2001 From: Eadrom Date: Sun, 14 Jan 2024 06:31:46 -0700 Subject: 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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: ``` -- cgit v1.2.3