benchmark now remembers results..
This commit is contained in:
parent
af70fe0d0b
commit
9e6d0b378a
@ -4,7 +4,7 @@ rm stats2
|
|||||||
for j in {1..10}; do
|
for j in {1..10}; do
|
||||||
echo "run ${j}...";
|
echo "run ${j}...";
|
||||||
for i in {1..4}; do
|
for i in {1..4}; do
|
||||||
./hgraph -t bmark1haskell.N4000E80000adj bmark1haskell.N4000E80000adj.atr sampledata.p +RTS -N`echo "$i"` > graphs 2> stats2 && tail -n 2 graphs >> stats2;
|
./hgraph -t bmark1haskell.N4000E80000adj bmark1haskell.N4000E80000adj.atr sampledata.p +RTS -N`echo "$i"` > graphs 2>> stats2 && tail -n 2 graphs >> stats2;
|
||||||
echo -e "\n\n" >> stats2;
|
echo -e "\n\n" >> stats2;
|
||||||
done;
|
done;
|
||||||
echo -e "run ${j}:\n" >> stats2;
|
echo -e "run ${j}:\n" >> stats2;
|
||||||
|
Loading…
Reference in New Issue
Block a user