projects
/
p2p-kernel-protocol.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e07fc4
)
results.tex: senfile results table
author
Student CS
<student@mjolnir.labs.cs.pub.ro>
Fri, 8 Jun 2012 14:16:47 +0000
(17:16 +0300)
committer
Student CS
<student@mjolnir.labs.cs.pub.ro>
Fri, 8 Jun 2012 14:17:16 +0000
(17:17 +0300)
doc/src/results.tex
patch
|
blob
|
history
diff --git
a/doc/src/results.tex
b/doc/src/results.tex
index
ec91d7c
..
f2a328e
100644
(file)
--- a/
doc/src/results.tex
+++ b/
doc/src/results.tex
@@
-2,4
+2,22
@@
\label{sec:results}
The results of the tests performed.
-
+\begin{table}
+ \begin{center}
+ \begin{tabular}{| c | c | c | c | c |}
+ \hline
+ Sent(MB) & Time(s) & Two peers & Tree peers & Six peers \\
+ \hline
+ 32 & 4 & 10 & 18 & 49 \\
+ \hline
+ 64 & 10 & 20 & 35 & 80 \\
+ \hline
+ 128 & 20 & 42 & 58 & 226 \\
+ \hline
+ 256 & 41 & 75 & 129 & 385 \\
+ \hline
+ \end{tabular}
+ \end{center}
+ \caption{Sendfile Results}
+ \label{sendfile_results}
+\end{table}