[Neo-report] r2651 gregory - /trunk/tools/replication

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 8 15:18:39 CET 2011


Author: gregory
Date: Tue Feb  8 15:18:39 2011
New Revision: 2651

Log:
Remove unused variable.

Modified:
    trunk/tools/replication

Modified: trunk/tools/replication
==============================================================================
--- trunk/tools/replication [iso-8859-1] (original)
+++ trunk/tools/replication [iso-8859-1] Tue Feb  8 15:18:39 2011
@@ -102,7 +102,6 @@ class ReplicationBenchmark(BenchmarkRunn
                     if cell[1] == CellStates.OUT_OF_DATE:
                         number_of_oudated += 1
             return number_of_oudated
-        start_time = time.time()
         end_time = time.time() + 3600
         while time.time() <= end_time and number_of_oudated_cell() > 0:
             time.sleep(1)




More information about the Neo-report mailing list