Skip to content

Commit f50809e

Browse files
committed
Add benchmark section to README
1 parent a8d9a6b commit f50809e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
A simple keyword-based chatbot with implementations in both C and Zig.
44

5+
## Benchmark
6+
7+
See [BENCHMARK.md](BENCHMARK.md) for build time and executable size comparisons.
8+
9+
Quick summary:
10+
- **C**: 93ms build time, 33K executable
11+
- **Zig**: 710ms build time, 1.3M executable
12+
13+
To run the benchmark:
14+
```bash
15+
./benchmark.sh
16+
```
17+
518
## Building
619

720
### C Version

0 commit comments

Comments
 (0)