diff paper/benchmark/warp/warp.plt @ 58:7403d5ee2c92

describe the benchmark
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Tue, 11 Feb 2014 18:41:20 +0900
parents
children 0644825c43ac
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/benchmark/warp/warp.plt	Tue Feb 11 18:41:20 2014 +0900
@@ -0,0 +1,8 @@
+set terminal postscript eps
+set output "warp.eps"
+
+set xrange [1:8]
+set xlabel "number of cpus"
+set ylabel "req/s"
+
+plot "online.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "red" title "online", "offline.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "blue" title "offline"