cfg/main.cfg : Added 'circQueueEleCnt' and 'circQueueFl' to 'nbmpscQueue' section.

This commit is contained in:
kevin 2025-03-21 11:12:11 -04:00
parent 1d09eef76e
commit ed0580dfa8

View File

@ -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,