diff --git a/frameworks/Kieker/python/functions.sh b/frameworks/Kieker/python/functions.sh index 746ddbeb3d5ea4764e8e6c9fd669524b3dcd9d65..5f1ba27ad0fd9822ef6be74055e272835951d628 100644 --- a/frameworks/Kieker/python/functions.sh +++ b/frameworks/Kieker/python/functions.sh @@ -25,7 +25,7 @@ function getAgent() { "${GIT}" checkout "${KIEKER_4_PYTHON_BRANCH}" "${PYTHON}" -m pip install --upgrade build - "{PIP}" install decorator + "${PIP}" install decorator "${PYTHON}" -m build "${PIP}" install dist/kieker-monitoring-for-python-0.0.1.tar.gz cd "${BASE_DIR}" @@ -76,6 +76,7 @@ function noInstrumentation() { info " # ${loop}.${RECURSION_DEPTH}.${index} ${TITLE[index]}" echo " # ${loop}.${RECURSION_DEPTH}.${index} ${TITLE[index]}" >> "${DATA_DIR}/kieker.log" + createMonitoring dummy createConfig True False 1 "${PYTHON}" benchmark.py "${BASE_DIR}/config.ini" # &> "${RESULTS_DIR}/output_${loop}_${RECURSION_DEPTH}_${index}.txt"