Commit update benchmark results
[bluesky.git] / results / figures / syn-write.gnuplot
1 load "common.gnuplot"
2
3 set grid
4 set xlabel "Client Write Rate (MB/s): 2-Minute Burst"
5 set ylabel "Average Write Latency (ms/1 MB write)"
6 set key bottom right
7
8 set yrange [0:*]
9 set output "syn-write.eps"
10 set title "Latency vs. Write Rate with Constrained Upload"
11 plot "../20110405/synwrite-256M-summary.data" using 1:($2*1000):($3*1000) with yerrorbars title "128 MB Write Buffer", \
12      "../20110405/synwrite-2048M-summary.data" using 1:($2*1000):($3*1000) with yerrorbars title "1 GB Write Buffer", \
13      "../20110405/synwrite-256M-summary.data" using 1:($2*1000) with lines lt 1 notitle, \
14      "../20110405/synwrite-2048M-summary.data" using 1:($2*1000) with lines lt 2 notitle