summaryrefslogtreecommitdiffstats
path: root/notes/benchmarks.org
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-01-17 16:05:36 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-01-17 16:05:36 -0500
commit263b0bc47caf940edd60919c8ffd9ac50caedb85 (patch)
tree5995bd3b66befc199432d6c2f28931e7e0542170 /notes/benchmarks.org
parent728c26c82ce8d91706e692fed386fa4a7586ed3a (diff)
notes/benchmarks: compiled graph data.
Diffstat (limited to 'notes/benchmarks.org')
-rw-r--r--notes/benchmarks.org34
1 files changed, 33 insertions, 1 deletions
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: </style>
* 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 |
|---------------------------------------+----------------------------------------|