results.tex: add p2pkp table
authorStudent CS <student@mjolnir.labs.cs.pub.ro>
Fri, 8 Jun 2012 14:26:51 +0000 (17:26 +0300)
committerStudent CS <student@mjolnir.labs.cs.pub.ro>
Fri, 8 Jun 2012 14:26:51 +0000 (17:26 +0300)
doc/src/results.tex

index f2a328e..fa18e4f 100644 (file)
@@ -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}