[Assorted-commits] SF.net SVN: assorted:[1131] ydb/trunk/tools/analysis.py
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-01-14 18:29:16
|
Revision: 1131 http://assorted.svn.sourceforge.net/assorted/?rev=1131&view=rev Author: yangzhang Date: 2009-01-14 18:29:07 +0000 (Wed, 14 Jan 2009) Log Message: ----------- oops Modified Paths: -------------- ydb/trunk/tools/analysis.py Modified: ydb/trunk/tools/analysis.py =================================================================== --- ydb/trunk/tools/analysis.py 2009-01-14 18:25:52 UTC (rev 1130) +++ ydb/trunk/tools/analysis.py 2009-01-14 18:29:07 UTC (rev 1131) @@ -65,7 +65,7 @@ title('Recovery time over number of transactions') xlabel('Transaction count (corresponds roughly to data size)') - ylabel('Mean TPS (stdev error bars)') + ylabel('Mean recovery time in ms (stdev error bars)') #xlim(.5, n+.5) #ylim(ymin = 0) savefig('run.png') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |