Skip to content
Snippets Groups Projects
Commit 15b4c9db authored by Reiner Jung's avatar Reiner Jung
Browse files

Updated setup.

parent 1c317408
No related branches found
No related tags found
No related merge requests found
......@@ -177,12 +177,13 @@ function execute-benchmark-body() {
echo "receiver ${RECEIVER[$index]}"
${RECEIVER[$index]} & #>> ${DATA_DIR}/kieker.receiver-$i-$index.log &
RECEIVER_PID=$!
echo "PID $RECEIVER_PID"
fi
execute-experiment "$loop" "$recursion" "$index" "${TITLE[$index]}" "${WRITER_CONFIG[$index]}"
if [[ $RECEIVER_PID ]] ; then
wait $RECEIVER_PID
kill -TERM $RECEIVER_PID
unset RECEIVER_PID
fi
}
......
......@@ -16,9 +16,9 @@ AOP="kieker.aop.xml"
# execution parameter
SLEEP_TIME=30 ## 30
NUM_OF_LOOPS=3 ## 10
NUM_OF_LOOPS=10 ## 10
RECURSION_DEPTH=10 ## 10
TOTAL_NUM_OF_CALLS=200 #0000 ## 2 000 000
METHOD_TIME=5 #00 ## 500000
TOTAL_NUM_OF_CALLS=20000 ## 2 000 000
METHOD_TIME=500 ## 500000
# end
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