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

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