We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15c7015 + bd59aae commit 73cf0aaCopy full SHA for 73cf0aa
examples/benchmark.py
@@ -30,4 +30,4 @@ def lookup_ip_address():
30
number=args.count,
31
)
32
33
-print(args.count / elapsed, "lookups per second")
+print("{:,}".format(int(args.count / elapsed)), "lookups per second")
0 commit comments