mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 11:15:38 -05:00
fix lwt tests
This commit is contained in:
parent
6ae82f130a
commit
da551edbd3
3 changed files with 6 additions and 6 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
(action
|
(action
|
||||||
(with-stdout-to
|
(with-stdout-to
|
||||||
%{targets}
|
%{targets}
|
||||||
(run ./run_hash.sh -d ../data/ --n-conn=2 -j=4))))
|
(run ./run_hash.sh -d ../data/ --n-conn=2))))
|
||||||
|
|
||||||
(rule
|
(rule
|
||||||
(alias runtest)
|
(alias runtest)
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
(action
|
(action
|
||||||
(with-stdout-to
|
(with-stdout-to
|
||||||
%{targets}
|
%{targets}
|
||||||
(run ./run_echo.sh -n 10 --n-conn=2 -j=4))))
|
(run ./run_echo.sh -n 10 --n-conn=2 -v))))
|
||||||
|
|
||||||
(rule
|
(rule
|
||||||
(alias runtest)
|
(alias runtest)
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
run echo server on port=12346
|
run echo server on port=12346
|
||||||
listening on port 12346
|
listening on port 12346
|
||||||
run echo client -p 12346 -n 10 --n-conn=2 -j=4
|
run echo client -p 12346 -n 10 --n-conn=2 -v
|
||||||
|
sent 100 messages in 0.0175s (5720.16 msg/s)
|
||||||
all done
|
all done
|
||||||
connecting to port 12346
|
connecting to port 12346 (10 msg per conn, 10 conns total, 2 max at a time)
|
||||||
read: hello 1
|
read: hello 1
|
||||||
read: hello 1
|
read: hello 1
|
||||||
read: hello 1
|
read: hello 1
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
running hash server on port=12345
|
running hash server on port=12345
|
||||||
listening on port 12345
|
listening on port 12345
|
||||||
listening on port=12345
|
run hash client -p 12345 -d ../data/ --n-conn=2
|
||||||
run hash client -p 12345 -d ../data/ --n-conn=2 -j=4
|
|
||||||
../data/d1/large: fdb479c5661572f9606266eeb280b4db5c26cc38
|
../data/d1/large: fdb479c5661572f9606266eeb280b4db5c26cc38
|
||||||
../data/d1/large: fdb479c5661572f9606266eeb280b4db5c26cc38
|
../data/d1/large: fdb479c5661572f9606266eeb280b4db5c26cc38
|
||||||
../data/d1/large_10: c31560efa1a5ad6dbf89990d51878f3bd64b13ce
|
../data/d1/large_10: c31560efa1a5ad6dbf89990d51878f3bd64b13ce
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue