HW2: Measurement files for all-3 version and performance process scripts

This commit is contained in:
2025-01-08 15:52:17 +02:00
parent 3bf4522448
commit b8e05dbe7c
50 changed files with 4825 additions and 10 deletions
+10
View File
@@ -0,0 +1,10 @@
#! /usr/bin/env bash
#
# Usage: average-all <file>
#
for what in Total Full Elbow Exchange Min-Max; do
./average $what $1
done