瀏覽代碼

bandwidth_scheds: Fix filename

Samuel Thibault 4 年之前
父節點
當前提交
632a05bc1e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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