iccsa-17-gpulab

git clone https://git.igankevich.com/iccsa-17-gpulab.git
Log | Files | Refs

commit b52d2304e9fb6c3264f5fe2f9fb64dd1c1a6f071
parent 4477e6c55a681b2c7d886e89fa0b07cfb03cbd64
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Thu, 11 May 2017 17:01:34 +0300

Increase height.

Diffstat:
R/plot-cpu-gpu.R | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/plot-cpu-gpu.R b/R/plot-cpu-gpu.R @@ -5,7 +5,7 @@ source(file.path("R", "common.R")) pdf( file=file.path("build", "bench-cpu-gpu.pdf"), width=3, - height=2, + height=2.5, pointsize=8 ) par(family="Times")