소스 검색

Reorder curves by obtained performance

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

+ 2 - 2
tests/microbenchs/bandwidth_scheds.sh

@@ -45,10 +45,10 @@ set ylabel "GB/s"
 set xlabel "ncores"
 
 plot \\
-	"bandwidth-$DEFAULT.dat" using 1:2 with lines title "alone", \\
+	"bandwidth-$DEFAULT.dat" using 1:5 with lines title "alone interleave", \\
 	"bandwidth-$DEFAULT.dat" using 1:6 with lines title "nop", \\
 	"bandwidth-$DEFAULT.dat" using 1:7 with lines title "sync", \\
-	"bandwidth-$DEFAULT.dat" using 1:5 with lines title "alone interleave", \\
+	"bandwidth-$DEFAULT.dat" using 1:2 with lines title "alone contiguous", \\
 EOF
 
 type=1