commit 7d2bac3c36655bfa35d62559e02e07f220172787 Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Aug 7 16:28:19 2012 +0200
Update torperf report to new style. --- 2009/torperf/torperf.tex | 19 +++++++++---------- 2009/torperf/tortechrep.cls | 1 + 2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/2009/torperf/torperf.tex b/2009/torperf/torperf.tex index 8697a91..16b72fc 100644 --- a/2009/torperf/torperf.tex +++ b/2009/torperf/torperf.tex @@ -1,13 +1,12 @@ -\documentclass{article} -\usepackage{url} -\usepackage[dvips]{graphicx} -\usepackage{graphics} -\usepackage{color} -\usepackage{booktabs} -\usepackage{multirow} +\documentclass{tortechrep} +\usepackage{graphicx} \begin{document} + \title{Performance of Requests over the Tor Network} \author{Karsten Loesing} +\contact{karsten@torproject.org} +\reportid{2009-09-001} +\date{September 22, 2009} \maketitle
\section{Introduction} @@ -39,13 +38,13 @@ The following configuration parameters are used: minutes,\linebreak \texttt{MaxCircuitDirtiness} of 1 minute, no entry guards. \item 1 MiB file, downloaded every 30 minutes, timeout of 29:55 minutes, -default \texttt{MaxCircuitDirtiness} of 10 minutes, no entry guards. +default\linebreak \texttt{MaxCircuitDirtiness} of 10 minutes, no entry guards. \item 5 MiB file, downloaded every 60 minutes, timeout of 59:55 minutes, -default \texttt{MaxCircuitDirtiness} of 10 minutes, no entry guards. +default\linebreak \texttt{MaxCircuitDirtiness} of 10 minutes, no entry guards. \end{itemize}
A more detailed howto describing the setup can be found here:\linebreak -\url{https://tor-svn.freehaven.net/svn/torperf/trunk/measurements-HOWTO%7D +\url{https://gitweb.torproject.org/torperf.git/blob/HEAD:/measurements-HOWTO%7D
\section{Results}
diff --git a/2009/torperf/tortechrep.cls b/2009/torperf/tortechrep.cls new file mode 120000 index 0000000..4c24db2 --- /dev/null +++ b/2009/torperf/tortechrep.cls @@ -0,0 +1 @@ +../../tortechrep.cls \ No newline at end of file
tor-commits@lists.torproject.org