docs: add benchmark snapshot and remove duplicate architecture image

This commit is contained in:
argenis de la rosa 2026-02-14 05:51:23 -05:00
parent 3d91c40970
commit ac540d2b63
2 changed files with 14 additions and 0 deletions

View file

@ -18,6 +18,20 @@ The fastest, smallest, fully autonomous AI assistant — deploy anywhere, swap a
~3.4MB binary · <10ms startup · 1,017 tests · 22+ providers · 8 traits · Pluggable everything
```
## Benchmark Snapshot (ZeroClaw vs OpenClaw)
Local machine quick benchmark (macOS arm64, Feb 2026), same host, 3 runs each.
| Metric | ZeroClaw (Rust release binary) | OpenClaw (Node + built `dist`) |
|---|---:|---:|
| Build output size | `target/release/zeroclaw`: **3.4 MB** | `dist/`: **28 MB** |
| `--help` startup (cold/warm) | **0.38s / ~0.00s** | **3.31s / ~1.11s** |
| `status` command runtime (best of 3) | **~0.00s** | **5.98s** |
| `--help` max RSS observed | **~7.3 MB** | **~394 MB** |
| `status` max RSS observed | **~7.8 MB** | **~1.52 GB** |
> Notes: measured with `/usr/bin/time -l`; first run includes cold-start effects. OpenClaw results include `pnpm install` + `pnpm build` before execution.
## Quick Start
```bash

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 KiB