Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Async writer (#11)
Browse files Browse the repository at this point in the history
* Probably working

* Cleanup

* File targets, tokio fixes, fix max row group value

* Clippy + format

* Current thread only

* Shared runtime

* Format

* Update test workflow

* Bump dependencies

---------

Co-authored-by: Brad Richardson <[email protected]>
  • Loading branch information
brad-richardson and brad-richardson authored Jul 22, 2024
1 parent 0c9b517 commit 7d9e86a
Show file tree
Hide file tree
Showing 11 changed files with 463 additions and 309 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ jobs:
- name: Install python test dependencies
working-directory: ./test
run: pip3 install -r requirements.txt
- name: Prepare test files
run: ./prepare.sh
- name: Prepare and run test
if: success() || failure()
run: ./test.sh
working-directory: ./test
- name: Run test
working-directory: ./test
run: python3 ./validate.py
- name: Benchmark
if: success() || failure()
run: cargo bench
- name: Run clippy
if: success() || failure()
run: cargo clippy --all-targets --all-features
- name: Run cargo fmt
if: success() || failure()
run: cargo fmt --all -- --check
Loading

0 comments on commit 7d9e86a

Please sign in to comment.