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 a814b74 commit db26660Copy full SHA for db26660
docs/spectator/lang/py/perf-test.md
@@ -10,13 +10,13 @@ Test maximum single-threaded throughput for two minutes.
10
import logging
11
import time
12
13
-from spectator import Config, Registry
14
-
15
logging.basicConfig(
16
level=logging.INFO,
17
format='%(asctime)s - %(name)s - %(levelname)s - %(thread)d - %(message)s'
18
)
19
+from spectator import Config, Registry
+
20
location = "udp"
21
# location = "unix"
22
registry = Registry(Config(location))
0 commit comments