]> Nishi Git Mirror - gwion.git/commitdiff
update
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 23:28:05 +0000 (00:28 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 23:28:05 +0000 (00:28 +0100)
scripts/benchmark.sh

index f7cff5a863aaaafc817e5f1a22ce42519169752b..2e4a0a27176bf649d62759f84dd06e428c479960 100644 (file)
@@ -28,6 +28,7 @@ get_test() {
 
 plot() {
   echo "$1"
+  cat "benchmark/results/$1.dat"
   gnuplot -e "bench='$1'" "$plot_script"
 }