I hereby claim:
- I am the-reverend on github.
- I am thereverend (https://keybase.io/thereverend) on keybase.
- I have a public key whose fingerprint is 091C 5E11 4A8F 089D 4609 1607 90F9 E726 E95D B300
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import sys | |
import riak | |
import time | |
def time_it(func): | |
start_time = time.time() | |
result = func() | |
return (result, time.time() - start_time) | |
def deletebucket(): |