#!/bin/bash
echo -e "\033[1;91mAdvanced Configuration:"
echo -e ""
echo -e "\033[1;91mCoarse Configuration"
echo -e "\033[0mUse the ./scripts/configure.sh command or configure_small or configure_medium or configure_default"
echo -e ""
echo -e "\033[1;91mGeneration of test-models"
echo -e "\033[0mFor example to change the maxSize option. Can be configured inside:"
echo -e "* trainbenchmark-scripts/src-template/GeneratorScript.groovy"
echo -e "When you are finished, run:"
echo -e "* ./gradlew generate"
echo -e ""
echo -e "\033[1;91mBenchmarking"
echo -e "\033[0mCan be configured inside:"
echo -e "* trainbenchmark-scripts/src/main/resources/basic-settings.json"
echo -e "When you are finished, run:"
echo -e "* ./gradlew individualInjectBenchmark"
echo -e "* ./gradlew individualRepairBenchmark"
echo -e "* ./gradlew combinedBenchmark"
