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 97b9bc7 commit c5119f5Copy full SHA for c5119f5
ding/framework/message_queue/perfs/tests/test_perf_nng.py
@@ -7,7 +7,7 @@
7
# @pytest.mark.multiprocesstest
8
def test_nng():
9
params = [
10
- ("12376", None, "127.0.0.1", "learner", "0"), ("12378", "tcp://127.0.0.1:12376", "127.0.0.1", "collector", "1")
+ ("12960", None, "127.0.0.1", "learner", "0"), ("12961", "tcp://127.0.0.1:12960", "127.0.0.1", "collector", "1")
11
]
12
ctx = mp.get_context("spawn")
13
with ctx.Pool(processes=2) as pool:
0 commit comments