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.
1 parent 15c7015 commit bd59aaeCopy full SHA for bd59aae
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