Commit bce49f58 authored by Denis Bilenko's avatar Denis Bilenko

tiny formatting changes

parent 936dce61
......@@ -17,7 +17,7 @@ def main():
server.start()
length = 50*0x100000
data = "x" * (50*0x100000)
data = "x" * length
spent_total = 0
N = 10
......@@ -32,6 +32,7 @@ def main():
print "== %.2f MB/s" % (length * N / spent_total / 0x100000)
if __name__=="__main__":
main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment