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

Only delete temporary csv files for Kieker benchmark execution

parent 0487073d
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ TIME=`expr ${METHOD_TIME} \* ${TOTAL_NUM_OF_CALLS} / 1000000000 \* 4 \* ${RECURS
information "Experiment will take circa ${TIME} seconds."
information "Removing and recreating '$RESULTS_DIR'"
(rm -rf ${RESULTS_DIR}) && mkdir -p ${RESULTS_DIR}
(rm -rf ${RESULTS_DIR}/*csv) && mkdir -p ${RESULTS_DIR}
# Clear kieker.log and initialize logging
rm -f ${DATA_DIR}/kieker.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment