Skip to content

Commit

Permalink
feat: benchmarking slide set with graphical section slide and about s…
Browse files Browse the repository at this point in the history
…lide
  • Loading branch information
cmeesters committed Apr 13, 2024
1 parent cf1d847 commit 35769b5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
Binary file added images/logos/Benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 29 additions & 3 deletions slides/creators/benchmarking.tex
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 35769b5

Please # to comment.