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 63fc04d commit ccce395Copy full SHA for ccce395
examples/benchmark.py
@@ -31,3 +31,5 @@ def lookup_ip_address() -> None:
31
setup="from __main__ import lookup_ip_address",
32
number=args.count,
33
)
34
+
35
+print(f"{int(args.count / elapsed):,}", "lookups per second") # noqa: T201
0 commit comments