changed default thread recursive values
This commit is contained in:
@@ -14,9 +14,9 @@ echo "Compiled thread_recursive"
|
||||
# Example:
|
||||
# ./run_thread_recursive.sh 2 6 10
|
||||
|
||||
BRANCH=${1:-2}
|
||||
BRANCH=${1:-6}
|
||||
DEPTH=${2:-6}
|
||||
HOLD=${3:-10}
|
||||
HOLD=${3:-6}
|
||||
|
||||
RESULTS_CSV="$DIR/results.csv"
|
||||
RUNS_DIR="$DIR/runs"
|
||||
|
||||
Reference in New Issue
Block a user