소스 검색

Fix niter option

Samuel Thibault 4 년 전
부모
커밋
d3dc5c585b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/microbenchs/bandwidth_scheds.sh

+ 1 - 1
tests/microbenchs/bandwidth_scheds.sh

@@ -33,7 +33,7 @@ set output "bandwidth.svg"
 set pointsize 0.3
 EOF
 else
-	fast="-i 3 -c 4"
+	fast="-n 3 -c 4"
 	cat > bandwidth.gp << EOF
 set term postscript eps enhanced color font ",18"
 set output "bandwidth.eps"