Parcourir la source

Fix niter option

Samuel Thibault il y a 4 ans
Parent
commit
d3dc5c585b
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

@@ -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"