few quality changes in README and parameters of script

This commit is contained in:
2026-05-26 16:35:24 +03:00
parent 2018c11856
commit 34d7c37f8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ Automated run + recording:
bash run_thread_recursive.sh bash run_thread_recursive.sh
# Custom parameters # Custom parameters
bash run_thread_recursive.sh 2 6 20 bash run_thread_recursive.sh 6 6 6
``` ```
Recorded artifacts: Recorded artifacts:
@@ -12,7 +12,7 @@ echo "Compiled thread_recursive"
# Usage: # Usage:
# ./run_thread_recursive.sh [branch] [depth] [hold_seconds] # ./run_thread_recursive.sh [branch] [depth] [hold_seconds]
# Example: # Example:
# ./run_thread_recursive.sh 2 6 10 # ./run_thread_recursive.sh 6 6 6
BRANCH=${1:-6} BRANCH=${1:-6}
DEPTH=${2:-6} DEPTH=${2:-6}