Datasets:
Add restored and upstream repository links
Browse files
README.md
CHANGED
|
@@ -11,6 +11,9 @@ task_categories:
|
|
| 11 |
- text-generation
|
| 12 |
size_categories:
|
| 13 |
- n<1K
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Benchmark Suite / 基准测试套件
|
|
@@ -19,6 +22,12 @@ Professional benchmark harness for this restored Claude Code repository.
|
|
| 19 |
|
| 20 |
面向本还原版 Claude Code 仓库的专业级 Benchmark 框架。
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## Commands / 命令
|
| 23 |
|
| 24 |
- `bun run bench:smoke` - quick hybrid pass for local validation
|
|
|
|
| 11 |
- text-generation
|
| 12 |
size_categories:
|
| 13 |
- n<1K
|
| 14 |
+
source_repository: https://github.com/anthropics/claude-code
|
| 15 |
+
restored_repository: https://github.com/oboard/claude-code-rev
|
| 16 |
+
upstream_repository: https://github.com/anthropics/claude-code
|
| 17 |
---
|
| 18 |
|
| 19 |
# Benchmark Suite / 基准测试套件
|
|
|
|
| 22 |
|
| 23 |
面向本还原版 Claude Code 仓库的专业级 Benchmark 框架。
|
| 24 |
|
| 25 |
+
Original upstream repository / 原版仓库地址:
|
| 26 |
+
https://github.com/anthropics/claude-code
|
| 27 |
+
|
| 28 |
+
Restored source repository / 还原版源码仓库地址:
|
| 29 |
+
https://github.com/oboard/claude-code-rev
|
| 30 |
+
|
| 31 |
## Commands / 命令
|
| 32 |
|
| 33 |
- `bun run bench:smoke` - quick hybrid pass for local validation
|