> ## Documentation Index
> Fetch the complete documentation index at: https://qitor.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 运行你的第一个桌面基准测试

> 运行 QitOS v0.5 的官方桌面基准测试，并用 qita 检查它。

# 运行你的第一个桌面基准测试

这节课展示完整的 v0.5 桌面主线：

1. 运行官方 `desktop-starter` 基准测试
2. 查看标准化结果行
3. 在 `qita` 中检查可视化追踪记录

```bash theme={null}
qit bench run \
  --benchmark desktop-starter \
  --split starter \
  --strategy desktop_smoke \
  --output ./artifacts/desktop-starter.jsonl
```

然后：

```bash theme={null}
qit bench eval --input ./artifacts/desktop-starter.jsonl --json
qita board --logdir ./runs
```

如果你想切到真实基准测试适配器，而不是入门包，请改用 `--benchmark osworld`。
