Skip to content

Commit a84cabc

Browse files
sbryngelsonclaude
andcommitted
Fix submit_and_monitor_bench.sh: define SCRIPT_DIR before use
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent baa49bf commit a84cabc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/scripts/submit_and_monitor_bench.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ device="$2"
1414
interface="$3"
1515
cluster="$4"
1616

17+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
18+
1719
echo "[$dir] Submitting benchmark for $device-$interface on $cluster..."
1820
cd "$dir"
1921

0 commit comments

Comments
 (0)