Project

General

Profile

Kmalloc-kmem-cache-tests » eval-all.sh

Linus Lüssing, 06/20/2016 03:26 AM

 
#/bin/bash

echo "<Name>: <Average> <Median> <Standard Deviation> <Standard Error> <# of Test Rounds>"
echo

for i in logs/*; do
echo "## $i:"
for j in $i/*; do
echo -n " $j: "
./eval.sh $j
done
done
(4-4/11)