Triton-private Repository branch, master, updated. a96e811cdc9cb2069894ae4f04c9fde614b23805
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton-private Repository". The branch, master has been updated via a96e811cdc9cb2069894ae4f04c9fde614b23805 (commit) via bee87c37722fcf70642f1f1478ff2c71609b4618 (commit) from 0fbd672fd92e61504bfed378098747a8480c0dd0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a96e811cdc9cb2069894ae4f04c9fde614b23805 Author: Dries Kimpe <[email protected]> Date: Thu Mar 15 17:13:12 2012 -0500 Align figures, fix font, compress whitespace commit bee87c37722fcf70642f1f1478ff2c71609b4618 Author: Dries Kimpe <[email protected]> Date: Thu Mar 15 17:04:26 2012 -0500 Slight change in figure size ----------------------------------------------------------------------- Summary of changes: papers/2011/aesop/evaluation.tex | 16 +++++++++------- papers/2011/aesop/fig/Makefile | 4 ++-- papers/2011/aesop/fig/read-null-ops.gnuplot | 2 +- papers/2011/aesop/fig/read-ops.gnuplot | 2 +- papers/2011/aesop/fig/write-null-ops.gnuplot | 2 +- papers/2011/aesop/fig/write-ops.gnuplot | 2 +- 6 files changed, 15 insertions(+), 13 deletions(-) Diff of changes: diff --git a/papers/2011/aesop/evaluation.tex b/papers/2011/aesop/evaluation.tex index f799673..4f3ffb2 100644 --- a/papers/2011/aesop/evaluation.tex +++ b/papers/2011/aesop/evaluation.tex @@ -206,27 +206,29 @@ in the file resource used in the \aesop standard library, rather than a fundamental programming language problem. \begin{figure*}[ht] - \centering + \centering % \subfloat[Read performance]{ \includegraphics[keepaspectratio,width=0.45\textwidth]{fig/read-ops.pdf} \label{fig:read} - } + } % \subfloat[Write performance]{ \includegraphics[keepaspectratio,width=0.45\textwidth]{fig/write-ops.pdf} \label{fig:write} + \vspace{-2ex} } - + \par% + \vspace{-2ex}% \subfloat[Read-null performance]{ \includegraphics[keepaspectratio,width=0.45\textwidth]{fig/read-null-ops.pdf} \label{fig:readnull} - } + } % \subfloat[Write-null performance]{ \includegraphics[keepaspectratio,width=0.45\textwidth]{fig/write-null-ops.pdf} \label{fig:writenull} - } + } % \caption{Runtime performance for each test case.\\ -\footnotesize x-axis is the number of client instances.\\ -\footnotesize (Each graph has a distinct y-axis)} + \footnotesize (X-axis is the number of client instances, each graph has + a distinct Y-axis.)} \end{figure*} The test client also measures the latency of each individual request and then diff --git a/papers/2011/aesop/fig/Makefile b/papers/2011/aesop/fig/Makefile index 66d9db0..2d50f20 100644 --- a/papers/2011/aesop/fig/Makefile +++ b/papers/2011/aesop/fig/Makefile @@ -31,10 +31,10 @@ clean:: read-ops.pdf: read-ops.gnuplot read-ops.data - @echo 'set terminal "pdf" size 4in,2.1in; set output "$@"' | gnuplot - $< + @echo 'set terminal "pdf" size 5in,2.6in; set output "$@"' | gnuplot - $< write-ops.pdf: write-ops.gnuplot write-ops.data - @echo 'set terminal "pdf" size 4in,2.1in; set output "$@"' | gnuplot - $< + @echo 'set terminal "pdf" size 5in,2.6in; set output "$@"' | gnuplot - $< %.pdf: %.gnuplot %.data @echo 'set terminal "pdf" size 5in,3in; set output "$@"' | gnuplot - $< diff --git a/papers/2011/aesop/fig/read-null-ops.gnuplot b/papers/2011/aesop/fig/read-null-ops.gnuplot index 7b53015..f4ddba7 100644 --- a/papers/2011/aesop/fig/read-null-ops.gnuplot +++ b/papers/2011/aesop/fig/read-null-ops.gnuplot @@ -37,7 +37,7 @@ set style rectangle back fc lt -3 fillstyle solid 1.00 border lt -1 set style circle radius graph 0.02, first 0, 0 set dummy x,y set format x "% g" -set format y "% g" +set format y "% 7g" set format x2 "% g" set format y2 "% g" set format z "% g" diff --git a/papers/2011/aesop/fig/read-ops.gnuplot b/papers/2011/aesop/fig/read-ops.gnuplot index 0b4864c..4786e0d 100644 --- a/papers/2011/aesop/fig/read-ops.gnuplot +++ b/papers/2011/aesop/fig/read-ops.gnuplot @@ -37,7 +37,7 @@ set style rectangle back fc lt -3 fillstyle solid 1.00 border lt -1 set style circle radius graph 0.02, first 0, 0 set dummy x,y set format x "% g" -set format y "% g" +set format y "% 7g" set format x2 "% g" set format y2 "% g" set format z "% g" diff --git a/papers/2011/aesop/fig/write-null-ops.gnuplot b/papers/2011/aesop/fig/write-null-ops.gnuplot index c7b487d..3b96f8f 100644 --- a/papers/2011/aesop/fig/write-null-ops.gnuplot +++ b/papers/2011/aesop/fig/write-null-ops.gnuplot @@ -37,7 +37,7 @@ set style rectangle back fc lt -3 fillstyle solid 1.00 border lt -1 set style circle radius graph 0.02, first 0, 0 set dummy x,y set format x "% g" -set format y "% g" +set format y "% 7g" set format x2 "% g" set format y2 "% g" set format z "% g" diff --git a/papers/2011/aesop/fig/write-ops.gnuplot b/papers/2011/aesop/fig/write-ops.gnuplot index 900f978..8c6f6ba 100644 --- a/papers/2011/aesop/fig/write-ops.gnuplot +++ b/papers/2011/aesop/fig/write-ops.gnuplot @@ -37,7 +37,7 @@ set style rectangle back fc lt -3 fillstyle solid 1.00 border lt -1 set style circle radius graph 0.02, first 0, 0 set dummy x,y set format x "% g" -set format y "% g" +set format y "% 7g" set format x2 "% g" set format y2 "% g" set format z "% g" hooks/post-receive -- Triton-private Repository
participants (1)
-
noreply@mcs.anl.gov