From 4235722244de5b47f78898a7e49bc8324ea323bf Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Sat, 13 Mar 2021 18:13:18 -0500 Subject: Benchmarks and Analysis Scripts: Fix everything for 2D cache sensitivity exp. - Adds plot_cache_sensitivity_at_4mb.py to plot the results - Fixes run_bench.sh to work in mode `dis` - Fixes postproc.sh to use updated paths --- dis/postproc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dis/postproc.sh') diff --git a/dis/postproc.sh b/dis/postproc.sh index efe6774..0147595 100755 --- a/dis/postproc.sh +++ b/dis/postproc.sh @@ -14,5 +14,5 @@ if [[ ! -f $1.txt ]]; then echo "Input does not exist. Exiting..." exit fi -./summarize.py $1.txt --inf-precision > $1-pp.txt +../summarize.py $1.txt --inf-precision > $1-pp.txt ./clean.sh $1-pp.txt -- cgit v1.2.2