Commit bce49f58 authored by Denis Bilenko's avatar Denis Bilenko

tiny formatting changes

parent 936dce61
...@@ -17,7 +17,7 @@ def main(): ...@@ -17,7 +17,7 @@ def main():
server.start() server.start()
length = 50*0x100000 length = 50*0x100000
data = "x" * (50*0x100000) data = "x" * length
spent_total = 0 spent_total = 0
N = 10 N = 10
...@@ -32,6 +32,7 @@ def main(): ...@@ -32,6 +32,7 @@ def main():
print "== %.2f MB/s" % (length * N / spent_total / 0x100000) print "== %.2f MB/s" % (length * N / spent_total / 0x100000)
if __name__=="__main__": if __name__=="__main__":
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