diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-27 10:29:46 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-27 10:29:46 +0200 |
| commit | f382bbf5566f464c6b9e95880761b08b46534af2 (patch) | |
| tree | 19f78ee2c1c9aaf45dd062b8c96c134dcfd56439 | |
| parent | fd5e93eded7c8521527bd9ddcf89775bb970c7d7 (diff) | |
fix: fixed figure 5.5 + 5.6
| -rw-r--r-- | content/evaluation.tex | 2 | ||||
| -rw-r--r-- | images/failure_likelihood.png | bin | 0 -> 100150 bytes |
2 files changed, 1 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000..c1abeb0 --- /dev/null +++ b/images/failure_likelihood.png |
