| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixing wrong expected value | Gunnar Morling | 2024-01-04 | 1 | -1/+1 |
| | | |||||
| * | Expanding tests and eval infra | Gunnar Morling | 2024-01-04 | 6 | -0/+31 |
| | | |||||
| * | test: add test samples | Alexander Yastrebov | 2024-01-04 | 6 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | Adds test samples that can be used for unit tests or to verify implementations via: ```bash for sample in $(ls src/test/resources/samples/*.txt) do echo "Validating $sample" rm -f measurements.txt ln -s $sample measurements.txt diff <(./calculate_average.sh) ${sample%.txt}.out done rm measurements.txt ``` For #61 | ||||
| * | 🏆 Initial import | Gunnar Morling | 2023-12-28 | 1 | -0/+0 |
