block_size = 2048
# one block per bucket in the
# storage heap of height 8
-block_count = 2**(8+1)-1
+block_count = 2**(0+1)-1
def main():
timer = Foo.Instance()
storage_type='sftp',
sshclient=ssh,
ignore_existing=True) as f:
- print("Total Setup Time: %2.f s"
- % (time.time()-setup_start))
+ #print("Total Setup Time: %2.f s"
+ # % (time.time()-setup_start))
+ print("Test Setup Time: " + str(time.time() - setup_start))
print("Total Data Transmission: %s"
% (MemorySize(f.bytes_sent + f.bytes_received)))
print("")