Skip to content

Commit b557d9d

Browse files
committed
add benchmark to readme
1 parent 78c6ebd commit b557d9d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ A blazingly fast, interactive AI coding assistant powered by Claude, implemented
1818
- **Bash Execution** - Run tests and build commands safely (read-only, sandboxed)
1919
- **Secure** - All operations restricted to workspace, prevents directory traversal
2020

21+
## Benchmark
22+
23+
**Task:** Replace all `var` instances with appropriate `const` and `let` in a JavaScript project (13 files, 902 lines of code)
24+
25+
**Results:**
26+
- **Sofos Code:** 1m 40s ⚡
27+
- **Claude Code CLI:** 4m 35s
28+
29+
**~2.8x faster** (both with Morph Apply and `ripgrep` enabled).
30+
2131
## Installation
2232

2333
### Requirements

0 commit comments

Comments
 (0)