chore: update benchmark

This commit is contained in:
PoiScript 2023-11-24 10:58:08 +08:00
parent 471a23c958
commit be32dc24e0
No known key found for this signature in database
GPG key ID: 22C2B1249D99985E
3 changed files with 26 additions and 9 deletions

View file

@ -27,6 +27,8 @@ cargo fuzz run fuzz_target_1
```shell
curl -q https://orgmode.org/worg/doc.org --output ./benches/doc.org
curl -q https://orgmode.org/worg/org-faq.org --output ./benches/org-faq.org
curl -q https://orgmode.org/worg/org-hacks.org --output ./benches/org-hacks.org
curl -q https://orgmode.org/worg/org-release-notes.org --output ./benches/org-release-notes.org
curl -q https://orgmode.org/worg/org-syntax.org --output ./benches/org-syntax.org
cargo bench --bench parse