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:
ff860ca
)
results.tex: add p2pkp table
author
Student CS
<student@mjolnir.labs.cs.pub.ro>
Fri, 8 Jun 2012 14:26:51 +0000
(17:26 +0300)
committer
Student CS
<student@mjolnir.labs.cs.pub.ro>
Fri, 8 Jun 2012 14:26:51 +0000
(17:26 +0300)
doc/src/results.tex
patch
|
blob
|
history
diff --git
a/doc/src/results.tex
b/doc/src/results.tex
index
f2a328e
..
fa18e4f
100644
(file)
--- a/
doc/src/results.tex
+++ b/
doc/src/results.tex
@@
-21,3
+21,23
@@
The results of the tests performed.
\caption{Sendfile Results}
\label{sendfile_results}
\end{table}
+
+\begin{table}
+ \begin{center}
+ \begin{tabular}{| c | c | c | c | c |}
+ \hline
+ Sent(MB) & Time(s) & Two peers & Tree peers & Six peers \\
+ \hline
+ 32 & 13 & 29 & 35 & 45 \\
+ \hline
+ 64 & 34 & 53 & 67 & 103 \\
+ \hline
+ 128 & 66 & 118 & 142 & 167 \\
+ \hline
+ 256 & 121 & 223 & 277 & 378 \\
+ \hline
+ \end{tabular}
+ \end{center}
+ \caption{P2PKP Results}
+ \label{p2pkp_results}
+\end{table}