Skip to content
Snippets Groups Projects
Commit 30d13db3 authored by Carl Mai's avatar Carl Mai
Browse files

improved the configure script a bit

parent d1563124
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ function csv_viewer { ...@@ -3,7 +3,7 @@ function csv_viewer {
} }
alias configure_default="/trainbenchmark/scripts/configure.sh 1 1024 900 10" alias configure_default="/trainbenchmark/scripts/configure.sh 1 1024 900 10"
alias configure_medium="/trainbenchmark/scripts/configure.sh 8 256 60 5" alias configure_medium="/trainbenchmark/scripts/configure.sh 8 256 60 5"
alias configure_small="/trainbenchmark/scripts/configure.sh 1 128 20 2" alias configure_small="/trainbenchmark/scripts/configure.sh 1 32 20 3"
alias doc_motd="bash /trainbenchmark/docs/motd" alias doc_motd="bash /trainbenchmark/docs/motd"
alias doc_basic="bash /trainbenchmark/docs/basic" alias doc_basic="bash /trainbenchmark/docs/basic"
......
...@@ -15,11 +15,15 @@ then ...@@ -15,11 +15,15 @@ then
echo "Default is: ./scripts/configure.sh 1 1024 900 10" echo "Default is: ./scripts/configure.sh 1 1024 900 10"
exit 1 exit 1
fi fi
echo "Configuring the source with:"
echo "minSize: $MINSIZE"
echo "maxSize: $MAXSIZE"
echo "timeout: $TIMEOUT"
echo "runs: $RUNS"
echo -e "\\033[1;96mRemember that this only configures and initializes. Further steps:" echo -e "\\033[1;96mRemember that this only configures and initializes. Further steps:"
echo -e "\\033[1;91mGenerate:" echo -e "\\033[1;91mGenerate:"
echo -e "\\033[0m if not yet done run ./gradlew generate" echo -e "\\033[0m if not yet done run ./gradlew generate"
echo " maxSize 1024 -> ~40GB of data" echo " but beware: maxSize 1024 -> ~40GB of data"
echo -e "\\033[1;91mBenchmark:" echo -e "\\033[1;91mBenchmark:"
echo -e "\\033[0m ./gradlew individualInjectBenchmark" echo -e "\\033[0m ./gradlew individualInjectBenchmark"
echo " ./gradlew individualRepairBenchmark" echo " ./gradlew individualRepairBenchmark"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment