complete was broken

This commit is contained in:
mmcwilliams 2020-05-23 14:03:51 -04:00
parent d6ec1cb1c0
commit e2d4a3c63b
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ do
:
echo "Rendering complete ${SPIRAL} with ${C} rotations"
#TMP=`mktemp`
TMP="benchmark/${FILENAME}_${D}_${ROT}_100"
TMP="benchmark/${FILENAME}_${D}_${C}_100"
if test -f "${TMP}.stl"; then
echo "Benchmark for ${TMP} exists"
else
@ -72,7 +72,7 @@ do
facets=`echo "$ao" | grep "Number of facets" | awk '{print $5}'`
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