Browse Source

Fix number of plots

Samuel Thibault 12 years ago
parent
commit
e7383d00ef
1 changed files with 0 additions and 4 deletions
  1. 0 4
      tests/microbenchs/tasks_size_overhead.gp

+ 0 - 4
tests/microbenchs/tasks_size_overhead.gp

@@ -6,8 +6,6 @@ VAL2=$(echo "$VALS" | cut -d '	' -f 5)
 VAL3=$(echo "$VALS" | cut -d '	' -f 7)
 VAL3=$(echo "$VALS" | cut -d '	' -f 7)
 VAL4=$(echo "$VALS" | cut -d '	' -f 9)
 VAL4=$(echo "$VALS" | cut -d '	' -f 9)
 VAL5=$(echo "$VALS" | cut -d '	' -f 11)
 VAL5=$(echo "$VALS" | cut -d '	' -f 11)
-VAL6=$(echo "$VALS" | cut -d '	' -f 13)
-VAL7=$(echo "$VALS" | cut -d '	' -f 15)
 gnuplot << EOF
 gnuplot << EOF
 set terminal eps
 set terminal eps
 set output "tasks_size_overhead.eps"
 set output "tasks_size_overhead.eps"
@@ -18,7 +16,5 @@ plot \
 	"$OUTPUT" using 1:($VAL3)/(\$7) with linespoints title columnheader(6), \
 	"$OUTPUT" using 1:($VAL3)/(\$7) with linespoints title columnheader(6), \
 	"$OUTPUT" using 1:($VAL4)/(\$9) with linespoints title columnheader(8), \
 	"$OUTPUT" using 1:($VAL4)/(\$9) with linespoints title columnheader(8), \
 	"$OUTPUT" using 1:($VAL5)/(\$11) with linespoints title columnheader(10), \
 	"$OUTPUT" using 1:($VAL5)/(\$11) with linespoints title columnheader(10), \
-	"$OUTPUT" using 1:($VAL6)/(\$13) with linespoints title columnheader(12), \
-	"$OUTPUT" using 1:($VAL7)/(\$15) with linespoints title columnheader(14), \
 	x
 	x
 EOF
 EOF