⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
batman-adv
All Projects
Open-Mesh
»
batman-adv
Overview
Activity
Roadmap
Issues
Gantt
Wiki
Download (210 Bytes)
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
« Previous
1
2
3
4
5
6
…
11
Next »
(4-4/11)
Loading...