From: Student CS Date: Fri, 8 Jun 2012 14:26:51 +0000 (+0300) Subject: results.tex: add p2pkp table X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=bafe5cf4c62e2e972c2b98287cd98dca9f140013;p=p2p-kernel-protocol.git results.tex: add p2pkp table --- diff --git a/doc/src/results.tex b/doc/src/results.tex index f2a328e..fa18e4f 100644 --- 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}