view paper/benchmark/warp/warp.plt @ 59:0644825c43ac

add ghc 7.6.3 benchmark
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Tue, 11 Feb 2014 19:45:40 +0900
parents 7403d5ee2c92
children
line wrap: on
line source

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", "ghc.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "black" title "GHC 7.6.3"