diff --git a/thesis/chapters/03.01-benchmark.tex b/thesis/chapters/03.01-benchmark.tex index cf291b1..fec20dc 100644 --- a/thesis/chapters/03.01-benchmark.tex +++ b/thesis/chapters/03.01-benchmark.tex @@ -143,6 +143,9 @@ Benchmark.js combines these approaches. In a first step it approximates the runt For running multiple benchmarks the class \texttt{BenchmarkSuite} was created. It takes a list of BenchmarkCases and runs them through a BenchmarkType. The Suite manages starting, pausing and stopping of going through list. It updates the statistics gathered on each cycle. By injecting an onCycle method, the \texttt{App} component can give live feedback about the progress. +\todo[inline]{Add digram: state machine for suite} +\todo[inline]{Explain state machine} + \subsubsection{The user interface} \todo[inline]{Explain user interface} \ No newline at end of file diff --git a/thesis/main.pdf b/thesis/main.pdf index 636cfab..7430888 100644 Binary files a/thesis/main.pdf and b/thesis/main.pdf differ