diff options
| author | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-04 17:22:00 +0100 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-04 17:22:00 +0100 |
| commit | b6d33fd8fed87abcce911bdda980f0ca2ec31f99 (patch) | |
| tree | 6cb3508ec48e6493b9b3896a71051712a5596a77 /evaluate.sh | |
| parent | a503362c3678f2490073d303750c4f14f1945cf4 (diff) | |
Expanding tests and eval infra
Diffstat (limited to 'evaluate.sh')
| -rwxr-xr-x | evaluate.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/evaluate.sh b/evaluate.sh index 58aea67..8fbc109 100755 --- a/evaluate.sh +++ b/evaluate.sh @@ -25,6 +25,9 @@ java --version mvn clean verify +rm -f measurements.txt +ln -s measurements_1B.txt measurements.txt + for i in {1..5} do ./calculate_average_$1.sh |
