SPEC benchmark setup using no range requests
[bluesky.git] / results / figures / s3bench.gnuplot
1 load "common.gnuplot"
2
3 set output "s3bench.eps"
4
5 set logscale xy
6 set xlabel "Object Size (bytes)"
7 set ylabel "Effective Upload Bandwidth (Mbps)"
8 set key bottom right
9 set xrange [1:1e8]; set xtics 1, 100
10 set yrange [0.0001:1000]
11 set grid
12
13 plot "../s3test-old/t1.data" using 2:($7*8/10**6) with linespoints title "1", \
14      "../s3test-old/t2.data" using 2:($7*8/10**6) with linespoints title "2", \
15      "../s3test-old/t4.data" using 2:($7*8/10**6) with linespoints title "4", \
16      "../s3test-old/t8.data" using 2:($7*8/10**6) with linespoints title "8", \
17      "../s3test-old/t16.data" using 2:($7*8/10**6) with linespoints title "16", \
18      "../s3test-old/t32.data" using 2:($7*8/10**6) with linespoints title "32", \
19      "../s3test-old/t64.data" using 2:($7*8/10**6) with linespoints title "Threads: 64"