diff options
Diffstat (limited to 'Microbenchmarks/MRAM-Latency/run-transfer.sh')
-rwxr-xr-x | Microbenchmarks/MRAM-Latency/run-transfer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Microbenchmarks/MRAM-Latency/run-transfer.sh b/Microbenchmarks/MRAM-Latency/run-transfer.sh index c11eb06..9e80b6e 100755 --- a/Microbenchmarks/MRAM-Latency/run-transfer.sh +++ b/Microbenchmarks/MRAM-Latency/run-transfer.sh @@ -29,5 +29,5 @@ for ndpu in 1 4 8 16 32 48 64; do done echo "Completed at $(date)" ) | tee "log-$(hostname).txt" -rm -f "log-$(hostname).txt" +rm -f "log-$(hostname).txt.xz" xz -v -9 -M 800M "log-$(hostname).txt" |