Update write benchmark
[bluesky.git] / 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