This commit is contained in:
2025-11-04 14:32:25 -07:00
parent eae4837202
commit c7503a28cc
+1 -1
View File
@@ -90,7 +90,7 @@ else
cat "$input" | \ cat "$input" | \
while read line; do while read line; do
test_cmd="$(echo \"$line\" | tr ' ' '_')" test_cmd=$(echo $line | tr -s ' ' '_')
position="$count/$len" position="$count/$len"
measure_performance measure_performance
count=$(($count + 1)) count=$(($count + 1))