Fix baseline script name

This commit is contained in:
Alexander Yastrebov 2024-01-04 19:28:50 +01:00 committed by Gunnar Morling
parent 37350f1c8e
commit 4077d749e2

View File

@ -87,7 +87,7 @@ Execute the following steps to run the challenge:
3. Calculate the average measurement values:
```
./calculate_average.sh
./calculate_average_baseline.sh
```
The provided naive example implementation uses the Java streams API for processing the file and completes the task in ~2 min on environment used for [result evaluation](#evaluating-results).