Skip to content

Commit 8dd7cef

Browse files
committed
Minor changes to the Homa benchmark script
1 parent 8c905e8 commit 8dd7cef

File tree

2 files changed

+3
-68
lines changed

2 files changed

+3
-68
lines changed

benchmarks/homa/scripts/run_workload.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ for (( i = 0; i < ${#protocol[@]}; i++ )); do
122122
echo "command: $cmd"
123123
eval $cmd
124124
cd $out_dir; ../$compute_slowdown $baseline_data $experiment_data >> $rpc_slowdown_data; cd ..
125+
126+
# Remove client logs (which can be huge) to save disk space.
127+
rm -rf logs/latest/client*
125128
done
126129
done
127130

scripts/homa_eval/compute_slowdown.py

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)