summaryrefslogtreecommitdiffstats
path: root/report/graphs/avg-time-sae.gp
blob: e747a7943c8290a40623062a2d28365729baa971 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# combox - report - 2016
#
#
# benchmark - avg. time to split and encrypt file  - 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 "avg-time-sae.tex"
set format xy '%g'
set xlabel 'total size of files processed (MiB)'
set ylabel 'avg time taken (ms)' offset -5.5, 2.8, 0
set grid
set key left
plot 'avg-time-sae' u 1:2 t 'avg. time to split \& encrypt file' w linespoints