aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2021-12-27 23:13:42 -0800
committerGarrett D'Amore <garrett@damore.org>2021-12-27 23:13:42 -0800
commit92bf6fd4cccc548e14ae826c1d36851f98378da0 (patch)
treeca3d35f130e7ec6e51ede51142cc34c5f73ff6ca /tests/CMakeLists.txt
parent2fbfd7e5c3ad245de2c905720eb8d9d5b27b6739 (diff)
downloadnng-92bf6fd4cccc548e14ae826c1d36851f98378da0.tar.gz
nng-92bf6fd4cccc548e14ae826c1d36851f98378da0.tar.bz2
nng-92bf6fd4cccc548e14ae826c1d36851f98378da0.zip
Bus socket converted to use lmq.
This should give significant performance boosts to anyone using this protocol. Buffering on both the send and receive side is supported, with a default buffer size of 16 messages. This should help provide a reasonable default case for most users. While here updated the test for bus to much more complete NUTS style test framework, with increased coverage.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index f9f9ee6e..bc212c0f 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -148,7 +148,6 @@ add_nng_test(ws 30)
add_nng_test(wss 30)
add_nng_test1(zt 60 NNG_TRANSPORT_ZEROTIER)
-add_nng_test(bus 5)
add_nng_test(reqctx 5)
add_nng_test(reqstress 60)