blob: 98a6a812c96c65d7d7f11ce624e57e4c189a04a7 [file] [log] [blame]
#set terminal pdf monochrome size 3.15,2.5
#set term pdf truecolor size 4.15,2.0 font "Times-Roman, 12"
set term svg size 640,280 font "Times-Roman, 12"
set output "latency2.svg"
set yrange [0:105]
#set ytics add ("1us" 1, "10us" 10, "100us" 100, "1ms" 1000, "10ms" 10000, "" 100000, "" 1000000, "10s" 10000000, "100s" 100000000, "" 1000000000, "" 1e10)
set ylabel "Latency [us]"
#set xlabel "Size"
set grid ytics mytic
set key left
set style line 1 lc rgb "#4dafa4" lw 4
set style line 2 lc rgb "#ff7f00" lw 4
set style line 3 lc rgb "#e41a1c" lw 4
set style line 4 lc rgb "#377eb8" lw 4
set style line 5 lc rgb "#377eb8" lw 4
set style line 6 lc rgb "#377eb8" lw 4
set style line 7 lc rgb "#377e00" lw 4
#set style line 2 lc rgb "#e41a1c" lw 4
#set style line 4 lc rgb "#4dafa4" lw 4
#set style line 5 lc rgb "#984ea3" lw 4
#set style line 6 lc rgb "#ff7f00" lw 4
#set style line 7 lc rgb "#ffff33" lw 4
set style increment user
set xtics ("4B" 0, "512B" 1, "4K" 2)
#set logscale y
plot "crail_nvmf.dat" using ($0):($2):(0.2) title "Crail - NVMf" with boxes fill solid 0.4 axes x1y1,\
"crail_dram.dat" using ($0+0.2):($3):(0.2) title "Crail - DRAM" with boxes fill solid 0.4 axes x1y1