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

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

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