Skip to content

Commit c5119f5

Browse files
committed
change port for nng perf
1 parent 97b9bc7 commit c5119f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ding/framework/message_queue/perfs/tests/test_perf_nng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# @pytest.mark.multiprocesstest
88
def test_nng():
99
params = [
10-
("12376", None, "127.0.0.1", "learner", "0"), ("12378", "tcp://127.0.0.1:12376", "127.0.0.1", "collector", "1")
10+
("12960", None, "127.0.0.1", "learner", "0"), ("12961", "tcp://127.0.0.1:12960", "127.0.0.1", "collector", "1")
1111
]
1212
ctx = mp.get_context("spawn")
1313
with ctx.Pool(processes=2) as pool:

0 commit comments

Comments
 (0)