There was an error while loading. Please reload this page.
1 parent 8c905e8 commit 8dd7cefCopy full SHA for 8dd7cef
benchmarks/homa/scripts/run_workload.sh
@@ -122,6 +122,9 @@ for (( i = 0; i < ${#protocol[@]}; i++ )); do
122
echo "command: $cmd"
123
eval $cmd
124
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*
128
done
129
130
scripts/homa_eval/compute_slowdown.py
0 commit comments