Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gro test # run all tests
gro test src/test/fixtures/check # verify fixture generation
gro src/test/fixtures/update # regenerate fixtures
npm run benchmark # run performance benchmarks
npm run benchmark-compare # compare performance with Prism and Shiki
npm run benchmark:compare # compare performance with Prism and Shiki
```

## Architecture
Expand Down Expand Up @@ -183,7 +183,7 @@ and is not widely supported across browsers. Use the standard `Code.svelte` comp

```bash
npm run benchmark # internal performance benchmark
npm run benchmark-compare # compare with Prism and Shiki
npm run benchmark:compare # compare with Prism and Shiki
```

**Internal benchmark** tests fuz_code performance across all sample files with small and large (100x) content.
Expand Down
Loading