Mercurial > hg > Papers > 2014 > toma-master
view paper/benchmark/warp/ghc.plt @ 83:9c261a9dea38 default tip
Fixed spell miss
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 05 Mar 2014 19:53:55 +0900 |
parents | 5e4ff17a519c |
children |
line wrap: on
line source
set terminal postscript eps set output "ghc.eps" set xrange [1:8] set xlabel "number of cpus" set ylabel "req/s" plot "offline.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "red" title "GHC 7.8 RC1", "ghc.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "blue" title "GHC 7.6.3"