Skip to content

Commit

Permalink
fix: remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Feb 6, 2025
1 parent 2a97753 commit 1203fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/trin-bench/run-bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ cleanup() {
fi

echo "All processes stopped."
sudo rm -rf "$LOG_DIR/$DATA_DIR_SENDER" "$LOG_DIR/$DATA_DIR_RECEIVER" "$LOG_DIR/$DATA_DIR_SENDER.perf" "$LOG_DIR/$DATA_DIR_RECEIVER.perf"
rm -rf "$LOG_DIR/$DATA_DIR_SENDER" "$LOG_DIR/$DATA_DIR_RECEIVER" "$LOG_DIR/$DATA_DIR_SENDER.perf" "$LOG_DIR/$DATA_DIR_RECEIVER.perf"

# Generate timestamp-based folder name
TIMESTAMP=$(date +%s)
Expand Down

0 comments on commit 1203fc1

Please sign in to comment.