Skip to content

Commit

Permalink
chore: compare benchmarks b/w nom, pest against serde (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop authored Nov 19, 2024
1 parent 8d34f4e commit 82490b9
Show file tree
Hide file tree
Showing 15 changed files with 762 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Build and Test
env:
RUSTFLAGS: -Dwarnings
on:
pull_request_target:
pull_request:
types:
- opened
- synchronize
Expand All @@ -43,6 +43,8 @@ jobs:
components: clippy, rustfmt
- name: Cargo Test
run: cargo test --all-features --workspace
- name: Cargo Bench
run: cargo bench
- name: Cargo Fmt
run: cargo +nightly fmt --check
- name: Cargo Clippy
Expand Down
Loading

0 comments on commit 82490b9

Please sign in to comment.