summaryrefslogtreecommitdiff
path: root/perf/benchmark/config/bbq_debug/debug.ini
blob: cead6903d232221b17159dc56192c037779e071e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[base]
    introduce = "bbq简单负载下,多生产者、单消费者 block=0" ;测试配置说明
    cores = "20-27" ;测试用核心起止范围

[ring]
    workload    = "simple" ;负载模式 simple/complex
    entries_cnt = 8 ;ring初始化时分配entry的个数
    block_count = 2 ;bbq配置,等于0则表示根据entries_cnt自动计算
    producer_cnt = 4 ;生产者个数
    consumer_cnt = 1 ;消费者个数

[run]
    run_time = 10 ; 整体运行的秒数,大于0生效
    enqueue_cnt  = 0 ;每个线程入队次数,大于0生效
    dequeue_cnt  = 0 ;每个线程出队次数,大于0生效