summaryrefslogtreecommitdiff
path: root/perf/benchmark/config/compare/case4_complex_spmc.ini
blob: 64e3e4117c54ea385dfd5e1f52fc265ef45e73b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[base]
    introduce = "general case4 复杂负载下,单生产者、多消费者 吞吐测试" ;测试配置说明
    cores = "20-27" ;测试用核心起止范围

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

[run]
    run_time = 15 ; 整体运行的秒数,大于0生效
    run_ok_times  = 0 ;成功入队/出队次数,大于0生效。