Datasets:
type stringclasses 3
values | session_id stringclasses 1
value | text stringclasses 3
values | usage dict |
|---|---|---|---|
session.start | offline-bench | null | null |
assistant.delta | null | Hello | null |
assistant.delta | null | world | null |
assistant.final | null | Hello world | {
"input_tokens": 8,
"output_tokens": 3
} |
Benchmark Suite / 基准测试套件
Professional benchmark harness for this restored Claude Code repository.
面向本还原版 Claude Code 仓库的专业级 Benchmark 框架。
Original upstream repository / 原版仓库地址:
https://github.com/anthropics/claude-code
Restored source repository / 还原版源码仓库地址:
https://github.com/oboard/claude-code-rev
Commands / 命令
bun run bench:smoke- quick hybrid pass for local validation
快速混合模式验证(本地冒烟)bun run bench:full- full hybrid suite
完整混合模式基准bun run bench:offline- deterministic offline-only run
仅离线可复现模式bun run bench:online-sample- online-only sampled run (requires credentials)
仅在线抽样模式(需要凭据)bun run bench:compare --baseline=<path> --current=<path>- compare two JSON reports
对比两份 JSON 报告
Scenario Mapping / 场景映射
B01version fast path / 版本快路径B02startup phase profiling / 启动分段剖析B03bare-mode delta / bare 模式差分B04command catalog load / 命令目录加载B05headless single round (offline fixture + online sample) / 无头单轮(离线夹具 + 在线抽检)B06headless streaming format and timing checks / 无头流式格式与时延检查B07slash/queue batching correctness / 斜杠命令与队列批处理正确性B08tool orchestration pipeline behavior / 工具编排流水线行为B09restoration health gate viadev-entry/ 通过dev-entry的恢复健康门禁
Outputs / 输出
Reports are written to benchmark/results/.
报告会写入 benchmark/results/ 目录:
benchmark-<run>-<timestamp>.jsonlatest.jsonlatest-summary.mdcomparison.md(when running compare / 运行 compare 时生成)
- Downloads last month
- 17