Skip to content
Snippets Groups Projects
Commit a2623cc9 authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Remove useless stat folder

parent 92c7ba8f
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,6 @@ echo "Experiment will take circa ${TIME} seconds." ...@@ -74,7 +74,6 @@ echo "Experiment will take circa ${TIME} seconds."
echo "Removing and recreating '$RESULTSDIR'" echo "Removing and recreating '$RESULTSDIR'"
(rm -rf ${RESULTSDIR}) && mkdir -p ${RESULTSDIR} (rm -rf ${RESULTSDIR}) && mkdir -p ${RESULTSDIR}
mkdir ${RESULTSDIR}stat/
# Clear inspectit.log and initialize logging # Clear inspectit.log and initialize logging
rm -f ${BASEDIR}inspectit.log rm -f ${BASEDIR}inspectit.log
...@@ -108,8 +107,6 @@ for ((i=1;i<=${NUM_OF_LOOPS};i+=1)); do ...@@ -108,8 +107,6 @@ for ((i=1;i<=${NUM_OF_LOOPS};i+=1)); do
printIntermediaryResults printIntermediaryResults
done done
zip -jqr ${RESULTSDIR}stat.zip ${RESULTSDIR}stat
rm -rf ${RESULTSDIR}stat/
mv ${BASEDIR}inspectit.log ${RESULTSDIR}inspectit.log mv ${BASEDIR}inspectit.log ${RESULTSDIR}inspectit.log
[ -f ${RESULTSDIR}hotspot-1-${RECURSION_DEPTH}-1.log ] && grep "<task " ${RESULTSDIR}hotspot-*.log >${RESULTSDIR}log.log [ -f ${RESULTSDIR}hotspot-1-${RECURSION_DEPTH}-1.log ] && grep "<task " ${RESULTSDIR}hotspot-*.log >${RESULTSDIR}log.log
[ -f ${BASEDIR}errorlog.txt ] && mv ${BASEDIR}errorlog.txt ${RESULTSDIR} [ -f ${BASEDIR}errorlog.txt ] && mv ${BASEDIR}errorlog.txt ${RESULTSDIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment