removed time from evaluation

This commit is contained in:
Rolf Martin Glomsrud 2024-05-27 23:32:28 +02:00
parent 39a8c7402e
commit 04be5513e3
2 changed files with 24 additions and 24 deletions

Binary file not shown.

View file

@ -49,13 +49,13 @@ When the amount of files searched is different for each of the proposals, it mea
\begin{center}
\begin{tabular}{|c|c|c|c|c|}
\hline
Proposal & Matches found & Files with matches & Files searched & Time\\
Proposal & Matches found & Files with matches & Files searched\\
\hline \hline
Pipeline & 55787 & 1327 & 2331 & 89m 11s \\
Pipeline & 55787 & 1327 & 2331 \\
\hline
Do & 131 & 74 & 2331 & 35s \\
Do & 131 & 74 & 2331 \\
\hline
Await to Promise & 43 & 38 & 2331 & 16s \\
Await to Promise & 43 & 38 & 2331 \\
\hline
\end{tabular}
\end{center}
@ -65,15 +65,15 @@ When the amount of files searched is different for each of the proposals, it mea
\begin{figure}
\begin{center}
\begin{tabular}{|c|c|c|c|c|}
\begin{tabular}{|c|c|c|c|}
\hline
Proposal & Matches found & Files with matches & Files searched & Time \\
Proposal & Matches found & Files with matches & Files searched \\
\hline \hline
Pipeline & 85050 & 1119 & 1262 & 242m 58s \\
Pipeline & 85050 & 1119 & 1262\\
\hline
Do & 278 & 55 & 1385 & 3m 3s \\
Do & 278 & 55 & 1385 \\
\hline
Await to Promise & 125 & 80 & 1262 & 59s \\
Await to Promise & 125 & 80 & 1262 \\
\hline
\end{tabular}
\end{center}
@ -83,15 +83,15 @@ When the amount of files searched is different for each of the proposals, it mea
\begin{figure}
\begin{center}
\begin{tabular}{|c|c|c|c|c|}
\begin{tabular}{|c|c|c|c|}
\hline
Proposal & Matches found & Files with matches & Files searched & Time\\
Proposal & Matches found & Files with matches & Files searched\\
\hline \hline
Pipeline & 16353 & 1266 & 2051 & 84s \\
Pipeline & 16353 & 1266 & 2051 \\
\hline
Do & 79 & 60 & 2051 & 8s \\
Do & 79 & 60 & 2051 \\
\hline
Await to Promise & 104 & 88 & 2051 & 6s \\
Await to Promise & 104 & 88 & 2051 \\
\hline
\end{tabular}
\end{center}
@ -101,15 +101,15 @@ When the amount of files searched is different for each of the proposals, it mea
\begin{figure}
\begin{center}
\begin{tabular}{|c|c|c|c|c|}
\begin{tabular}{|c|c|c|c|}
\hline
Proposal & Matches found & Files with matches & Files searched & Time\\
Proposal & Matches found & Files with matches & Files searched\\
\hline \hline
Pipeline & 13794 & 109 & 115 & 2m 57s \\
Pipeline & 13794 & 109 & 115 \\
\hline
Do & 13 & 8 & 115 & 3s \\
Do & 13 & 8 & 115 \\
\hline
Await to Promise & 0 & 0 & 115 & 2s \\
Await to Promise & 0 & 0 & 115 \\
\hline
\end{tabular}
\end{center}
@ -119,15 +119,15 @@ When the amount of files searched is different for each of the proposals, it mea
\begin{figure}
\begin{center}
\begin{tabular}{|c|c|c|c|c|}
\begin{tabular}{|c|c|c|c|}
\hline
Proposal & Matches found & Files with matches & Files searched & Time\\
Proposal & Matches found & Files with matches & Files searched\\
\hline \hline
Pipeline & 40606 & 361 & 401 & 16m 17s \\
Pipeline & 40606 & 361 & 401 \\
\hline
Do & 46 & 26 & 401 & 6s \\
Do & 46 & 26 & 401 \\
\hline
Await to Promise & 8 & 6 & 401 & 4s \\
Await to Promise & 8 & 6 & 401 \\
\hline
\end{tabular}
\end{center}