Update SPECsfs results for Azure
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 5 Apr 2011 21:02:19 +0000 (14:02 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 5 Apr 2011 21:02:19 +0000 (14:02 -0700)
results/figures/specsfs.gnuplot

index a085ade..884e8c9 100644 (file)
@@ -21,7 +21,7 @@ plot "../20110311/sfssum.20110312-native" with linespoints title "Local NFS", \
      "../20110311/sfssum.20110311-s3-west" with linespoints title "BlueSky", \
      "../20110311/sfssum.20110311-s3-west-4kfs" with linespoints title "BlueSky (4K blocks)", \
      "../20110311/sfssum.20110312-s3-west-fullseg" with linespoints title "BlueSky (full fetches)", \
-     "../20110311/sfssum.20110313-azure" with linespoints title "Azure"
+     "../20110401/sfssum.20110401-azure" with linespoints title "Azure"
 
 set output "spec2.eps"
 set ylabel "Operation Latency (ms)"
@@ -30,7 +30,7 @@ plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Loca
      "../20110311/sfssum.20110311-s3-west" using 1:3 with linespoints title "BlueSky", \
      "../20110311/sfssum.20110311-s3-west-4kfs" using 1:3 with linespoints title "BlueSky (4K blocks)", \
      "../20110311/sfssum.20110312-s3-west-fullseg" using 1:3 with linespoints title "BlueSky (full fetches)", \
-     "../20110311/sfssum.20110313-azure" using 1:3 with linespoints title "Azure"
+     "../20110401/sfssum.20110401-azure" using 1:3 with linespoints title "Azure"
 
 XMAX=1600
 set xrange [0:XMAX]