summaryrefslogtreecommitdiff
path: root/perf/benchmark/config/compare/case7_simple_0pmc.ini
blob: 1c5ed2cc5db17476d3ba3aa9a094f2edb2799e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[base]
    introduce = "general case7 简单负载下,无生产者、多消费者,测试空队出队操作时延" ;测试配置说明
    cores = "20-27" ;测试用核心起止范围

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

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