diff --git a/bachelor-project-nikolaj.pdf b/bachelor-project-nikolaj.pdf index 0028808..70a5cb3 100644 Binary files a/bachelor-project-nikolaj.pdf and b/bachelor-project-nikolaj.pdf differ diff --git a/bachelor-project-nikolaj.tex b/bachelor-project-nikolaj.tex index 8a89f32..4d5277c 100644 --- a/bachelor-project-nikolaj.tex +++ b/bachelor-project-nikolaj.tex @@ -320,7 +320,7 @@ \begin{figure}[H] \centering \includegraphics[width=0.8\textwidth]{src/performance_results/laptop_single_listener.png} - \caption{The results plotted logarithmically.} + \caption{The results of the Single Listener performance test plotted logarithmically.} \end{figure} Upon examination of the results, an pattern emerges. The minimum recorded response times consistently averaged around 0.5ms per event, regardless of the number of events sent. This time likely reflects an ideal scenario where events are registered seamlessly without any delays or issues within the pipeline, thereby showcasing the efficiency potential of the network event triggers in the MEOW system. @@ -343,7 +343,7 @@ 1 & 0.63s & 17s & 5.6s \\\hline 10 & 0.46s & 25s & 7.6s \\\hline 100 & 0.42s & 20s & 7.1s \\\hline - 1000 & & & \\\hline + 1000 & 0.92s & 3.24s & 1.49s \\\hline \multicolumn{4}{|c|}{\textbf{Desktop}} \\ \hline 1 & & & \\\hline 10 & & & \\\hline @@ -353,6 +353,12 @@ \caption{The results of the Multiple Listeners performance tests with 2 significant digits.} \end{table} + \begin{figure}[H] + \centering + \includegraphics[width=0.8\textwidth]{src/performance_results/laptop_multiple_listeners.png} + \caption{The results of the Multiple Listeners performance test plotted logarithmically.} + \end{figure} + % \subsection{Discussion} \subsection{Future Work}