From 1acbe7309270cb498ecc6681490168fdb42e5ad8 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Thu, 18 Jun 2026 23:38:43 +0200 Subject: feat: added the first experiment plot --- main.tex | 46 ++++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-) (limited to 'main.tex') diff --git a/main.tex b/main.tex index 1a7d4a7..ada40ac 100644 --- a/main.tex +++ b/main.tex @@ -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} -- cgit v1.2.3