Skip to content

Commit 7721188

Browse files
EvanBaconclaude
andcommitted
Add performance bar chart to README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d98997e commit 7721188

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ bun add @bacons/xcode
1010

1111
Run benchmarks with `bun run bench`.
1212

13+
```mermaid
14+
xychart-beta horizontal
15+
title "Parse Time (lower is better)"
16+
x-axis ["@bacons/xcode", "legacy xcode"]
17+
y-axis "Time (ms)" 0 --> 1.5
18+
bar [0.12, 1.4]
19+
```
20+
1321
| Parser | Time (29KB) | Time (263KB) | Throughput |
1422
|--------|-------------|--------------|------------|
1523
| **@bacons/xcode** | **120µs** | **800µs** | **315 MB/s** |

0 commit comments

Comments
 (0)