summaryrefslogtreecommitdiffstats
path: root/report/graphs/tot-time-diff.gp
blob: 94043f6023dee62f75cc26db573e29c54d35bba6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# combox - report - 2016
#
#
# benchmark - total time to process all files - difference between
# 2016 and 2015 run - gnuplot
#
# By Siddharth Ravikumar <sravik@bgsu.edu>
#
# No rights reserved. Dedicated to Public Domain.
# <https://creativecommons.org/publicdomain/zero/1.0/>

set terminal latex size 13cm, 8cm
set output "tot-time-diff.tex"
set format xy '%g'
set xlabel 'data processed (MiB)'
set ylabel 'time taken (s)' offset -2, 1.7, 0
set grid
set key left
plot 'tot-time' u 1:2 t 'time to process all files (2016)' w linespoints,\
     'tot-time-2015' u 1:2 t 'time to process all files (2015)' w linespoints