From 34d7c37f8a95f2522536d736f0621f4bb5f32536 Mon Sep 17 00:00:00 2001 From: andreastaliad Date: Tue, 26 May 2026 16:35:24 +0300 Subject: [PATCH] few quality changes in README and parameters of script --- thread_recursive_scaling/README.md | 2 +- thread_recursive_scaling/run_thread_recursive.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thread_recursive_scaling/README.md b/thread_recursive_scaling/README.md index f42c5d3..bfa489c 100644 --- a/thread_recursive_scaling/README.md +++ b/thread_recursive_scaling/README.md @@ -29,7 +29,7 @@ Automated run + recording: bash run_thread_recursive.sh # Custom parameters -bash run_thread_recursive.sh 2 6 20 +bash run_thread_recursive.sh 6 6 6 ``` Recorded artifacts: diff --git a/thread_recursive_scaling/run_thread_recursive.sh b/thread_recursive_scaling/run_thread_recursive.sh index ea025ef..7889566 100755 --- a/thread_recursive_scaling/run_thread_recursive.sh +++ b/thread_recursive_scaling/run_thread_recursive.sh @@ -12,7 +12,7 @@ echo "Compiled thread_recursive" # Usage: # ./run_thread_recursive.sh [branch] [depth] [hold_seconds] # Example: -# ./run_thread_recursive.sh 2 6 10 +# ./run_thread_recursive.sh 6 6 6 BRANCH=${1:-6} DEPTH=${2:-6}