From ed0580dfa828f7a704e8b1fb6aa3836a0ea4332f Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 21 Mar 2025 11:12:11 -0400 Subject: [PATCH] cfg/main.cfg : Added 'circQueueEleCnt' and 'circQueueFl' to 'nbmpscQueue' section. --- src/cwtest/cfg/main.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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,