aboutsummaryrefslogtreecommitdiff
path: root/make_results.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_results.sh')
-rwxr-xr-xmake_results.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/make_results.sh b/make_results.sh
index 66694c0..718f82e 100755
--- a/make_results.sh
+++ b/make_results.sh
@@ -4,4 +4,12 @@ for KIND in 4 8 16; do
for IMPL in naiv bett dot mat bett2 block; do
./build/mull $KIND $IMPL > res/${IMPL}_$KIND
done
+
+ sed 's/\[kind\]/'$KIND'/' < template.gnuplot > script.gnuplot
+
+ cd res/
+ gnuplot -c ../script.gnuplot
+ cd ../
done
+
+rm script.gnuplot