寻觅 972a07c333 更新 buildbot-benchmark.bash
修改下载源,方便部分连接GitHub不好的机器测试
2025-05-30 09:54:51 +08:00
2024-03-18 02:33:49 +08:00
2024-03-18 02:09:07 +08:00
2025-05-29 15:13:19 +08:00

buildbot-benchmark.bash

AOSC构建机器标准性能测试套件。本基准测试通过使用Ninja构建LLVM核心运行时来评估相对性能。

使用方法

执行以下命令运行测试:

bash -c "$(curl -fsSL https://git.whlug.cn/xunmi/bb/raw/buildbot-benchmark.bash)"

time命令输出中提取"Real"实际耗时:

real    7m30.250s       7023.34%
user    484m4.777s
sys     42m40.285s

将时间转换为秒数(向上取整):

echo $((7*60 + 31))s

请将测试结果填写至构建机器页面的"性能"一栏。

Description
Standardised benchmark script for AOSC Buildbots
Readme 50 KiB
Languages
Shell 100%