运行你的第一个桌面基准测试
这节课展示完整的 v0.5 桌面主线:- 运行官方
desktop-starter基准测试 - 查看标准化结果行
- 在
qita中检查可视化追踪记录
--benchmark osworld。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
运行 QitOS v0.5 的官方桌面基准测试,并用 qita 检查它。
desktop-starter 基准测试qita 中检查可视化追踪记录qit bench run \
--benchmark desktop-starter \
--split starter \
--strategy desktop_smoke \
--output ./artifacts/desktop-starter.jsonl
qit bench eval --input ./artifacts/desktop-starter.jsonl --json
qita board --logdir ./runs
--benchmark osworld。