Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
commiting merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Oct 26, 2010
1 parent 0e7d866 commit b321661
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cumulus/perf/scale1.py
Expand Up @@ -98,15 +98,6 @@ def main():
us = float(delt.microseconds) / 1000000.0
tm = float(delt.seconds) + us

# conn = cb_get_conn(g_hostname, g_port)
# bucket = conn.get_bucket(g_bucket)
# rs = bucket.list()
# for k in rs:
# try:
# k.delete()
# except:
# pass

max = -1.0
min = 99999999.0
for tm in g_times:
Expand Down

0 comments on commit b321661

Please sign in to comment.