complete was broken
This commit is contained in:
parent
d6ec1cb1c0
commit
e2d4a3c63b
|
@ -58,7 +58,7 @@ do
|
||||||
:
|
:
|
||||||
echo "Rendering complete ${SPIRAL} with ${C} rotations"
|
echo "Rendering complete ${SPIRAL} with ${C} rotations"
|
||||||
#TMP=`mktemp`
|
#TMP=`mktemp`
|
||||||
TMP="benchmark/${FILENAME}_${D}_${ROT}_100"
|
TMP="benchmark/${FILENAME}_${D}_${C}_100"
|
||||||
if test -f "${TMP}.stl"; then
|
if test -f "${TMP}.stl"; then
|
||||||
echo "Benchmark for ${TMP} exists"
|
echo "Benchmark for ${TMP} exists"
|
||||||
else
|
else
|
||||||
|
@ -72,7 +72,7 @@ do
|
||||||
facets=`echo "$ao" | grep "Number of facets" | awk '{print $5}'`
|
facets=`echo "$ao" | grep "Number of facets" | awk '{print $5}'`
|
||||||
volume=`echo "$ao" | grep "Number of parts" | awk '{print $8}'`
|
volume=`echo "$ao" | grep "Number of parts" | awk '{print $8}'`
|
||||||
|
|
||||||
line="${VERSION},${CPU},${DATE},${FILENAME},${D},${ROT},100,$size,$facets,$volume,$runtime"
|
line="${VERSION},${CPU},${DATE},${FILENAME},${D},${C},100,$size,$facets,$volume,$runtime"
|
||||||
echo $line >> $NOTES
|
echo $line >> $NOTES
|
||||||
echo $line
|
echo $line
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue