diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-18 23:38:43 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-18 23:38:43 +0200 |
| commit | 1acbe7309270cb498ecc6681490168fdb42e5ad8 (patch) | |
| tree | f326a4324f796027ac0bedb36fdaf16e954fb7b3 /main.tex | |
| parent | 43318a61fd31e0f81b0df67e8a8b3c4a9423dda4 (diff) | |
feat: added the first experiment plot
Diffstat (limited to 'main.tex')
| -rw-r--r-- | main.tex | 46 |
1 files changed, 26 insertions, 20 deletions
@@ -92,37 +92,43 @@ \hfill % Consider adding this minipage directly to the ``draw.io'' diagram \begin{minipage}[b]{0.42\linewidth} - \footnotesize - \textbf{Functional Requirements} - \tiny - - \textbf{FR1:} The system shall be able to + \begin{tcolorbox}[title=Functional Req.] + \scriptsize + \textbf{FR1:} The system shall be able to - \textbf{FR2:} The system should be able to + \textbf{FR2:} The system should be able to - \textbf{FR3:} The system needs to do this and that + \textbf{FR3:} The system needs to do this and that + \end{tcolorbox} - \vspace{1cm} - \footnotesize - \textbf{Non-functional Requirements} - \tiny + \begin{tcolorbox}[title=Non-functional Req.] + \scriptsize + \textbf{NFR1:} The system shall be able to - \textbf{NFR1:} The system shall be able to + \textbf{NFR2:} The system should be able to - \textbf{NFR2:} The system should be able to + \textbf{NFR3:} The system needs to do this and that - \textbf{NFR3:} The system needs to do this and that - - \vspace{3cm} + \end{tcolorbox} + \vspace{1cm} \end{minipage} \end{frame} \begin{frame}\frametitle{\textbf{RQ3}: Experimental Results I} \begin{tcolorbox}[title=Main Finding I] - Here explain what did you find. + On average, \emph{Sunfish} achieves 12.17\% less failures per task than baseline (OpenDC). + Insights from predictive digital twinning yield noticeable performance difference. \end{tcolorbox} - Here goes the figure that backs up claim in Main Finding I. - Evidence for Main Finding I. + \begin{minipage}[b]{0.45\linewidth} + \begin{center} + \includegraphics[width=1.1\textwidth]{images/18_Jun_2026_201008.pdf} + \end{center} + \vspace{-0.3cm} + \tiny + \textbf{Figure 1.5:} Experiment 1 -- on the \emph{x}-axis are different community failure traces. + On the \emph{y}-axis is the mean number of times a task has failed, during the entire workload. + Vertical bars is standard deviation, measured over 5 repetitions. + \end{minipage} % Explain what the axis are in the figure caption. % Talk about the experimental setup in the figure. % Give more reliable results than just numbers -- do statistical testing, i.e., standard deviation, confidence intervals. @@ -133,7 +139,7 @@ \begin{tcolorbox}[title=Main Finding II] Here explain what did you find. \end{tcolorbox} - Here goes the figure that backs up claim in Main Finding II. + \end{frame} \begin{frame}\frametitle{Key Takeaways} |
