diff --git a/src/cwtest/cfg/main.cfg b/src/cwtest/cfg/main.cfg index b0a59bd..e5f5b40 100644 --- a/src/cwtest/cfg/main.cfg +++ b/src/cwtest/cfg/main.cfg @@ -28,8 +28,13 @@ nbmpscQueue: { blkN: 4, blkByteN: 1024, + + circQueueEleCnt: 65536, + circQueueFl: false, + testDurMs: 10000, threadN: 10, + out_fname: "~/temp/temp.txt" } @@ -52,7 +57,7 @@ port: 5687, rcvBufByteN: 2048, xmtBufByteN: 2048, - queueBlkCnt: 8, + queueBlkCnt: 64, queueBlkByteCnt: 8192, extraLogsFl: true, fmtBufByteN: 4096,