From f382bbf5566f464c6b9e95880761b08b46534af2 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Mon, 27 Jul 2026 10:29:46 +0200 Subject: fix: fixed figure 5.5 + 5.6 --- content/evaluation.tex | 2 +- images/failure_likelihood.png | Bin 0 -> 100150 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 images/failure_likelihood.png diff --git a/content/evaluation.tex b/content/evaluation.tex index 83aec2d..a0a6617 100644 --- a/content/evaluation.tex +++ b/content/evaluation.tex @@ -171,7 +171,7 @@ In this section we try to show \mysystem can additionally work together with a p \begin{figure}[t] \centering - \includegraphics[width=0.8\linewidth]{images/failure_likelihood.pdf} + \includegraphics[width=0.8\linewidth]{images/failure_likelihood.png} \caption[The failure model likelihood over time.]{How closely a \emph{failure model} approximates the real failure distribution (the Skype failure trace) during runtime.}. \label{fig:failure_likelihood} \end{figure} diff --git a/images/failure_likelihood.png b/images/failure_likelihood.png new file mode 100644 index 0000000..c1abeb0 Binary files /dev/null and b/images/failure_likelihood.png differ -- cgit v1.2.3