From 263b0bc47caf940edd60919c8ffd9ac50caedb85 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Sun, 17 Jan 2016 16:05:36 -0500 Subject: notes/benchmarks: compiled graph data. --- notes/benchmarks.org | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'notes/benchmarks.org') diff --git a/notes/benchmarks.org b/notes/benchmarks.org index 4fa7736..4f08c3b 100644 --- a/notes/benchmarks.org +++ b/notes/benchmarks.org @@ -6,7 +6,39 @@ #+HTML_HEAD_EXTRA: body {font-size: 11px;} #+HTML_HEAD_EXTRA: * benchmarks (2016-01-16) -** flac dump (27 files - 42479.819534MiB) + +** graphs data +*** total time to process all files + + - X: data processed + - Y: time taken to process the data + +X (MiB) +#+BEGIN_SRC +424.798190 1620.000000 5940.000000 10800.000000 +#+END_SRC + +Y (s) +#+BEGIN_SRC +44 142 550 1084 +#+END_SRC + +*** avg time to split and encrypt a file + + - X: total size of files processed + - Y: avg. time to split and encrypt a file. + +X: (MiB) +#+BEGIN_SRC +424.798190 1620.000000 5940.000000 10800.000000 +#+END_SRC + +Y: (ms) +#+BEGIN_SRC +352.583370 2670.596556 2979.647586 3423.087539 +#+END_SRC + +** flac dump (27 files - 424.798190MiB) | field | value | |---------------------------------------+----------------------------------------| -- cgit v1.2.3