Expanding tests and eval infra

This commit is contained in:
Gunnar Morling
2024-01-04 17:22:00 +01:00
parent a503362c36
commit b6d33fd8fe
11 changed files with 104 additions and 3 deletions

View File

@@ -31,6 +31,6 @@ do
rm -f measurements.txt
ln -s $sample measurements.txt
diff <(./calculate_average.sh) ${sample%.txt}.out
diff <("./calculate_average_$1.sh") ${sample%.txt}.out
done
rm measurements.txt