Pārlūkot izejas kodu

Reorder curves by obtained performance

Samuel Thibault 4 gadi atpakaļ
vecāks
revīzija
16dd8decc8
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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