Parcourir la source

bandwidth_scheds: Fix filename

Samuel Thibault il y a 4 ans
Parent
commit
632a05bc1e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/microbenchs/bandwidth_scheds.sh

+ 1 - 1
tests/microbenchs/bandwidth_scheds.sh

@@ -70,6 +70,6 @@ done
 
 if gnuplot bandwidth.gp ; then
 	if [ -n "$STARPU_BENCH_DIR" ]; then
-		cp bandwidth.png $STARPU_BENCH_DIR/
+		cp bandwidth.svg $STARPU_BENCH_DIR/
 	fi
 fi