Complete section of benchmark script was broken
This commit is contained in:
parent
c495ff6168
commit
c501ccba5c
|
@ -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}_${C}_100"
|
TMP="benchmark/${FILENAME}_47_${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},${C},100,$size,$facets,$volume,$runtime"
|
line="${VERSION},${CPU},${DATE},${FILENAME},47,${C},100,$size,$facets,$volume,$runtime"
|
||||||
echo $line >> $NOTES
|
echo $line >> $NOTES
|
||||||
echo $line
|
echo $line
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue