diff options
| author | Eadrom <Eadrom@users.noreply.github.com> | 2024-01-14 06:31:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-14 14:31:46 +0100 |
| commit | e4f0891d2dddff9461945cc83fe36b36c26dba4a (patch) | |
| tree | 2091e1f1ff3e1f32a583952216394fd3fdae4fdd /README.md | |
| parent | 38f8b8d544b7e636c25a29f53907838636f3d486 (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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: ``` |
