From 0e67d6972e516856effb18c595126d97ae7aa1f7 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Thu, 17 Mar 2011 03:12:14 -0700 Subject: [PATCH] Update write benchmark --- microbench/writebench.py | 1 - 1 file changed, 1 deletion(-) diff --git a/microbench/writebench.py b/microbench/writebench.py index b480886..4779955 100755 --- a/microbench/writebench.py +++ b/microbench/writebench.py @@ -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 -- 2.20.1