diff --git a/images/logos/Benchmark.png b/images/logos/Benchmark.png new file mode 100644 index 0000000..bccf089 Binary files /dev/null and b/images/logos/Benchmark.png differ diff --git a/slides/creators/benchmarking.tex b/slides/creators/benchmarking.tex index cf72a32..5ff4bbe 100644 --- a/slides/creators/benchmarking.tex +++ b/slides/creators/benchmarking.tex @@ -1,8 +1,34 @@ - - +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Benchmarking} +{ + \usebackgroundtemplate{ + \vbox to \paperheight{\vfil\hbox to \paperwidth{\hfil\includegraphics[height=.7\paperheight]{logos/Benchmark.png}\hfil}\vfil} + } + \frame{ + \frametitle{Benchmarking for Developers!} + \begin{mdframed}[tikzsetting={draw=white,fill=white,fill opacity=0.8, + line width=0pt},backgroundcolor=none,leftmargin=0, + rightmargin=150,innertopmargin=4pt,roundcorner=10pt] + \tableofcontents[currentsection,sections={1-4},hideothersubsections] + \end{mdframed} + } +} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\subsection{Benchmarking} +\begin{frame} + \frametitle{What is this about?} + \begin{question}[Questions] + \begin{itemize} + \item When I develop my workflow - how do I know what RAM to use? + \item When I develop my workflow - how do I know how many threads to use? + \end{itemize} + \end{question} + \begin{docs}[Objectives] + \begin{enumerate} + \item Get to know \Snakemake's interal benchmarking feature to answer these questions. + \end{enumerate} + \end{docs} +\end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{frame}