Skip to content

Commit

Permalink
Merge pull request #70 from qwerty541/benches
Browse files Browse the repository at this point in the history
tests: performance tests base & buffer formatters and filters benches & minor performance improvements
  • Loading branch information
qwerty541 authored Jul 1, 2024
2 parents 9f00d92 + 631fa59 commit fc52f00
Show file tree
Hide file tree
Showing 9 changed files with 435 additions and 14 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ jobs:
run: cargo build --all-targets

- name: Tests
run: cargo test --lib --examples
run: cargo test --lib --examples --benches

- name: Benchmarks
run: cargo bench

msrv:
name: Check minimal supported rust version (MSRV).
Expand Down
Loading

0 comments on commit fc52f00

Please sign in to comment.