diff --git a/.gitignore b/.gitignore index 384a88c..a9fe422 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,10 @@ node_modules/ # latex *.aux *.log -*.lol -*.lof -*.synctex.gz *.toc +*.lof +*.lot +*.lol +*.tdo +*.synctex.gz *.out diff --git a/thesis/chapters/04.01-results-benchmark.tex b/thesis/chapters/04.01-results-benchmark.tex index 7fc4e64..17b3533 100644 --- a/thesis/chapters/04.01-results-benchmark.tex +++ b/thesis/chapters/04.01-results-benchmark.tex @@ -21,11 +21,17 @@ Questions to answer: \todo[inline]{Highlight for each case which dimension is active and which questions it tackles} -\subsubsection{Device 1 - Windows - wasm vs js} +\subsubsection{Case 1 - Windows - wasm vs js} \marginpar{hp pavilion} +\marginpar{6 charts} +\marginpar{questions: 1, 3, 5} -\todo[inline]{desktop | chrome, ff, edge | simplify.js | on, off | wasm vs js = 6 charts} -\todo[inline]{questions: 1, 3, 5} +\begin{table}[htb] + \centering + \includegraphics[width=.8\linewidth]{./images/dimensions-1.png} + \label{tbl:dimensions-1} + \caption{Problem dimensions of Case 1} +\end{table} Benchmark of dataset "Simplify.js example" using the web browsers of Google, Microsoft and Mozilla. @@ -37,21 +43,34 @@ Benchmark of dataset "Simplify.js example" using the web browsers of Google, Mic \input{./results-benchmark/win_edge_simplify_vs_true.tex} \clearpage -\subsubsection{Device 1 - Windows - wasm stack analysis} +\subsubsection{Case 2 - Windows - wasm stack analysis} \marginpar{hp pavilion} -\todo[inline]{desktop | edge | simplify.js | on, off | wasm stack = 2 charts} -\todo[inline]{questions: 2, 3, 5} -\marginpar{maybe add ffox} +\marginpar{2 charts} +\marginpar{questions: 2, 3, 5} +\todo{maybe add ffox} + +\begin{table}[htb] + \centering + \includegraphics[width=.8\linewidth]{./images/dimensions-2.png} + \label{tbl:dimensions-2} + \caption{Problem dimensions of Case 2} +\end{table} \input{./results-benchmark/win_edge_simplify_stack_false.tex} \input{./results-benchmark/win_edge_simplify_stack_true.tex} \clearpage -\subsubsection{Device 2 - MacBook Pro - wasm vs js} +\subsubsection{Case 3 - MacBook Pro - wasm vs js} \marginpar{MacBook Pro 15} +\marginpar{4 charts} \marginpar{Chrome and FF comparable to results above} -\todo[inline]{desktop | safari, ffox | bavaria.js | on, off | vs = 4 charts} +\begin{table}[htb] + \centering + \includegraphics[width=.8\linewidth]{./images/dimensions-3.png} + \label{tbl:dimensions-3} + \caption{Problem dimensions of Case 3} +\end{table} \input{./results-benchmark/mac_safa_bavaria_vs_false.tex} @@ -60,10 +79,17 @@ Benchmark of dataset "Simplify.js example" using the web browsers of Google, Mic \input{./results-benchmark/mac_ffox_bavaria_vs_true.tex} \clearpage -\subsubsection{Device 3 - Ubuntu - turf.js analysis} +\subsubsection{Case 4 - Ubuntu - turf.js analysis} \marginpar{Lenovo Miix 510} +\marginpar{4 charts} \marginpar{Firefox because orig simplify is faster} -\todo[inline]{desktop | ff | bavaria | on, off | vs, turf Stack = 4 charts} + +\begin{table}[htb] + \centering + \includegraphics[width=.8\linewidth]{./images/dimensions-4.png} + \label{tbl:dimensions-4} + \caption{Problem dimensions of Case 4} +\end{table} \input{./results-benchmark/ubu_ffox_bavaria_vs_false.tex} \input{./results-benchmark/ubu_ffox_bavaria_jsstack_false.tex} diff --git a/thesis/images/dimensions-1.png b/thesis/images/dimensions-1.png new file mode 100644 index 0000000..bb4c5ea Binary files /dev/null and b/thesis/images/dimensions-1.png differ diff --git a/thesis/images/dimensions-2.png b/thesis/images/dimensions-2.png new file mode 100644 index 0000000..98ed2d7 Binary files /dev/null and b/thesis/images/dimensions-2.png differ diff --git a/thesis/images/dimensions-3.png b/thesis/images/dimensions-3.png new file mode 100644 index 0000000..85a1d64 Binary files /dev/null and b/thesis/images/dimensions-3.png differ diff --git a/thesis/images/dimensions-4.png b/thesis/images/dimensions-4.png new file mode 100644 index 0000000..328cbad Binary files /dev/null and b/thesis/images/dimensions-4.png differ diff --git a/thesis/main.pdf b/thesis/main.pdf index bc28ee8..32e8b85 100644 Binary files a/thesis/main.pdf and b/thesis/main.pdf differ diff --git a/thesis/main.tex b/thesis/main.tex index a2ae67e..a55c1da 100644 --- a/thesis/main.tex +++ b/thesis/main.tex @@ -59,6 +59,8 @@ Abstract goes here \pagenumbering{gobble} \listoffigures \newpage +\listoftables +\newpage \lstlistoflistings \newpage