diff options
Diffstat (limited to 'decompress/sum.sh')
| -rwxr-xr-x | decompress/sum.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/decompress/sum.sh b/decompress/sum.sh index 1958da7..3ff192b 100755 --- a/decompress/sum.sh +++ b/decompress/sum.sh @@ -2,10 +2,8 @@ set -euo pipefail - #times_FALCO.csv \ #times_TETRA.csv \ #times_TRACE.csv \ - #bw_FALCO.csv \ #bw_TETRA.csv \ #bw_TRACE.csv \ @@ -13,9 +11,13 @@ set -euo pipefail --unit msec \ --out time \ times_VANILLA.csv \ + times_FALCO_AFFECT.csv \ + times_FALCO_NONAFFECT.csv \ | tee ./summary/times.txt ./analyze_bw.py \ --unit MiBps \ --out bw \ bw_VANILLA.csv \ + bw_FALCO_AFFECT.csv \ + bw_FALCO_NONAFFECT.csv \ | tee ./summary/bw.txt |
