This commit is contained in:
NikolajDanger
2023-06-02 18:01:58 +02:00
parent 9a0476c005
commit dbc5c1fce4
2 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -320,7 +320,7 @@
\begin{figure}[H] \begin{figure}[H]
\centering \centering
\includegraphics[width=0.8\textwidth]{src/performance_results/laptop_single_listener.png} \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} \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. 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 1 & 0.63s & 17s & 5.6s \\\hline
10 & 0.46s & 25s & 7.6s \\\hline 10 & 0.46s & 25s & 7.6s \\\hline
100 & 0.42s & 20s & 7.1s \\\hline 100 & 0.42s & 20s & 7.1s \\\hline
1000 & & & \\\hline 1000 & 0.92s & 3.24s & 1.49s \\\hline
\multicolumn{4}{|c|}{\textbf{Desktop}} \\ \hline \multicolumn{4}{|c|}{\textbf{Desktop}} \\ \hline
1 & & & \\\hline 1 & & & \\\hline
10 & & & \\\hline 10 & & & \\\hline
@ -353,6 +353,12 @@
\caption{The results of the Multiple Listeners performance tests with 2 significant digits.} \caption{The results of the Multiple Listeners performance tests with 2 significant digits.}
\end{table} \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{Discussion}
\subsection{Future Work} \subsection{Future Work}