openeuler-riscv / oerv-team

OERV 实习生工作中心
8 stars 39 forks source link

[llvm 24.09] 执行性能测试 #1345

Closed jiewu9823 closed 5 days ago

jiewu9823 commented 1 week ago

需求:

  1. 使用安装有 LLVM 24.09 版本镜像的 sg2042 执行性能测试 stream,lmbench,unixbench 和长稳测试 LTP stress
  2. 性能测试和长稳测试的测试工具需要分别用 gcc 和 llvm 编译
  3. sg2042共4台,分配如下: 1)2台分别执行 gcc 和 llvm 编译的 LTP stress工具执行测试(7*24小时) 2)2台分别执行 gcc 和 llvm 编译的stream,lmbench,unixbench 执行相关的性能测试

要求:

  1. 测试结果参考24.03版本的样式https://github.com/openeuler-riscv/oerv-qa/tree/main/llvm_testreport/24.03/performance-test 上传至 https://github.com/openeuler-riscv/oerv-qa/tree/main/llvm_testreport/24.09/performance-test
  2. DDL:2024/9/17
jiewu9823 commented 5 days ago

已完成