chore(ci): update pf name
This commit is contained in:
@@ -1,80 +1,80 @@
|
||||
{
|
||||
"path": "$OET_PATH/testcases/performance_test/pf_fio",
|
||||
"path": "$OET_PATH/testcases/performance_test/perf_fio",
|
||||
"machine num": 1,
|
||||
"timeout": "72000",
|
||||
"cases": [
|
||||
{
|
||||
"name": "test_pf_fio_randread_4k",
|
||||
"name": "test_perf_fio_randread_4k",
|
||||
"desc": "4K 块大小随机读性能测试(模拟数据库随机读取场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_randwrite_4k",
|
||||
"name": "test_perf_fio_randwrite_4k",
|
||||
"desc": "4K 块大小随机写性能测试(模拟日志 / 写入密集型业务场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_seqread_1m",
|
||||
"name": "test_perf_fio_seqread_1m",
|
||||
"desc": "1M 块大小顺序读性能测试(模拟大文件 / 视频传输场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_seqwrite_1m",
|
||||
"name": "test_perf_fio_seqwrite_1m",
|
||||
"desc": "1M 块大小顺序写性能测试(模拟数据备份 / 文件拷贝场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_randrw_70_30_4k",
|
||||
"name": "test_perf_fio_randrw_70_30_4k",
|
||||
"desc": "4K 块大小 7:3 混合随机读写性能测试(模拟数据库真实读写业务场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_randread_8k",
|
||||
"name": "test_perf_fio_randread_8k",
|
||||
"desc": "8K 块大小随机读性能测试(模拟中等粒度数据库读取场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_randwrite_8k",
|
||||
"name": "test_perf_fio_randwrite_8k",
|
||||
"desc": "8K 块大小随机写性能测试(模拟中等粒度日志写入场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_seqread_64k",
|
||||
"name": "test_perf_fio_seqread_64k",
|
||||
"desc": "64K 块大小顺序读性能测试(模拟普通文件读取场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_seqwrite_64k",
|
||||
"name": "test_perf_fio_seqwrite_64k",
|
||||
"desc": "64K 块大小顺序写性能测试(模拟普通文件写入场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_randrw_50_50_4k",
|
||||
"name": "test_perf_fio_randrw_50_50_4k",
|
||||
"desc": "4K 块大小 5:5 混合随机读写性能测试(模拟读写均衡的业务场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_randread_16k",
|
||||
"name": "test_perf_fio_randread_16k",
|
||||
"desc": "16K 块大小随机读性能测试(模拟大数据块数据库读取场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_randwrite_16k",
|
||||
"name": "test_perf_fio_randwrite_16k",
|
||||
"desc": "16K 块大小随机写性能测试(模拟大数据块日志写入场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_seqread_4m",
|
||||
"name": "test_perf_fio_seqread_4m",
|
||||
"desc": "4M 块大小顺序读性能测试(模拟超大文件 / 镜像传输场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_seqwrite_4m",
|
||||
"name": "test_perf_fio_seqwrite_4m",
|
||||
"desc": "4M 块大小顺序写性能测试(模拟超大文件 / 镜像写入场景)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_fio_randrw_90_10_4k",
|
||||
"name": "test_perf_fio_randrw_90_10_4k",
|
||||
"desc": "4K 块大小 9:1 混合随机读写性能测试(模拟读多写少的业务场景)",
|
||||
"machine num": 1
|
||||
}
|
||||
@@ -1,111 +1,111 @@
|
||||
{
|
||||
"path": "$OET_PATH/testcases/performance_test/pf_sysbench",
|
||||
"path": "$OET_PATH/testcases/performance_test/perf_sysbench",
|
||||
"machine num": 1,
|
||||
"timeout": "72000",
|
||||
"cases": [
|
||||
{
|
||||
"name": "test_pf_sysbench_cpu_single_core_benchmark",
|
||||
"name": "test_perf_sysbench_cpu_single_core_benchmark",
|
||||
"desc": "测试单核心 CPU 整数运算基础算力",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_cpu_multi_core_concurrent",
|
||||
"name": "test_perf_sysbench_cpu_multi_core_concurrent",
|
||||
"desc": "测试多核心 CPU 并发运算能力(匹配服务器核心数)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_cpu_longtime_stability",
|
||||
"name": "test_perf_sysbench_cpu_longtime_stability",
|
||||
"desc": "长时间高负载验证 CPU 稳定性(烤 机,排查降频 / 过热)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_cpu_1h_stability_high_load",
|
||||
"name": "test_perf_sysbench_cpu_1h_stability_high_load",
|
||||
"desc": "1 小时超高负载 CPU 稳定性测试(严苛烤机)",
|
||||
"machine num": 1,
|
||||
"timeout": "7200"
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_cpu_concurrency_gradient",
|
||||
"name": "test_perf_sysbench_cpu_concurrency_gradient",
|
||||
"desc": "梯度并发测试(找 CPU 最优并发数 / 性能瓶颈)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_cpu_complexity_gradient",
|
||||
"name": "test_perf_sysbench_cpu_complexity_gradient",
|
||||
"desc": "不同计算复杂度下的 CPU 性能(质数上限梯度)",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_memory_seq_read_benchmark",
|
||||
"name": "test_perf_sysbench_memory_seq_read_benchmark",
|
||||
"desc": "内存性能测试:测顺序读带宽(GB/s),模拟大文件/批量计算,数据量>内存",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_memory_seq_write_benchmark",
|
||||
"name": "test_perf_sysbench_memory_seq_write_benchmark",
|
||||
"desc": "内存性能测试:测顺序写带宽(GB/s),模拟日志刷盘/大文件落盘,数据量>内存",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_memory_rnd_read_4k",
|
||||
"name": "test_perf_sysbench_memory_rnd_read_4k",
|
||||
"desc": "内存性能测试:测4K随机读IOPS/延迟,模拟MySQL索引/Redis缓存查询",
|
||||
"machine num":1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_memory_rnd_write_8k",
|
||||
"name": "test_perf_sysbench_memory_rnd_write_8k",
|
||||
"desc": "内存性能测试:测8K随机写IOPS/延迟,模拟Redis写入/高频小请求提交",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_memory_mix_rw_70_30",
|
||||
"name": "test_perf_sysbench_memory_mix_rw_70_30",
|
||||
"desc": "内存性能测试:测7:3混合读写综合性能,模拟电商交易/金融支付业务",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_memory_block_gradient",
|
||||
"name": "test_perf_sysbench_memory_block_gradient",
|
||||
"desc": "内存性能测试:测不同块大小(4K-1M)随机读性能,评估IOPS与带宽的权衡",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_memory_concurrency_gradient",
|
||||
"name": "test_perf_sysbench_memory_concurrency_gradient",
|
||||
"desc": "内存性能测试:测不同并发线程数随机读性能,寻找内存最优并发数/瓶颈",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_diskseq_rw_benchmark",
|
||||
"name": "test_perf_sysbench_diskseq_rw_benchmark",
|
||||
"desc": "磁盘性能测试,顺序读写带宽基准,模拟大文件备份/数据迁移场景",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_diskrnd_rw_4k",
|
||||
"name": "test_perf_sysbench_diskrnd_rw_4k",
|
||||
"desc": "磁盘性能测试,4K随机读写IOPS/延迟,模拟MySQL数据页读写核心场景",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_disk_rndread_benchmark",
|
||||
"name": "test_perf_sysbench_disk_rndread_benchmark",
|
||||
"desc": "磁盘性能测试,随机读专项测试,模拟数据库查询/日志检索场景",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_disk_rndwrite_benchmark",
|
||||
"name": "test_perf_sysbench_disk_rndwrite_benchmark",
|
||||
"desc": "磁盘性能测试,随机写专项测试,模拟日志写入/数据落地/订单入库场景",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_disk_longtime_stability",
|
||||
"name": "test_perf_sysbench_disk_longtime_stability",
|
||||
"desc": "磁盘性能测试,满负载随机读写30分钟稳定性,验证磁盘无IO卡顿/掉线",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_mutex_benchmark",
|
||||
"name": "test_perf_sysbench_mutex_benchmark",
|
||||
"desc": "系统性能测试,互斥锁并发竞争基准,验证多核线程锁调度效率",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_mutex_concurrency",
|
||||
"name": "test_perf_sysbench_mutex_concurrency",
|
||||
"desc": "系统性能测试,梯度线程数互斥锁测试,寻找锁竞争性能瓶颈",
|
||||
"machine num": 1
|
||||
},
|
||||
{
|
||||
"name": "test_pf_sysbench_threads_benchmark",
|
||||
"name": "test_perf_sysbench_threads_benchmark",
|
||||
"desc": "系统性能测试,线程创建/销毁调度基准,验证内核线程管理能力",
|
||||
"machine num": 1
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"path": "$OET_PATH/testcases/performance_test/pf_unixbench",
|
||||
"path": "$OET_PATH/testcases/performance_test/perf_unixbench",
|
||||
"machine num": 1,
|
||||
"cases": [
|
||||
{
|
||||
"name": "test_pf_unixbench",
|
||||
"name": "test_perf_unixbench",
|
||||
"desc": "执行 unixbench 跑分测试",
|
||||
"machine num": 1,
|
||||
"timeout": 3600
|
||||
Reference in New Issue
Block a user