Update write benchmark
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 10:12:14 +0000 (03:12 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 10:12:14 +0000 (03:12 -0700)
microbench/writebench.py

index b480886..4779955 100755 (executable)
@@ -32,7 +32,6 @@ def run_writebench(path, rate):
         time.sleep(max(0.0, next_time - now))
         last_time = time.time()
         latencies.append(write_file(path, count))
-        #print "create(%d) = %s" % (count, latencies[-1])
         print latencies[-1]
         count += 1
     return latencies