projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eb7e06
)
Update write benchmark
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 10:12:14 +0000
(
03:12
-0700)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 10:12:14 +0000
(
03:12
-0700)
microbench/writebench.py
patch
|
blob
|
history
diff --git
a/microbench/writebench.py
b/microbench/writebench.py
index
b480886
..
4779955
100755
(executable)
--- 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