mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Test benchmarks and Improve benchmark README.md (#1627)
This commit is contained in:
parent
fe36020890
commit
3bad04e9e8
3 changed files with 522 additions and 1 deletions
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
@ -37,6 +37,14 @@ jobs:
|
|||
uses: ./.github/actions/setup-builder
|
||||
- run: cargo clippy --all-targets --all-features -- -D warnings
|
||||
|
||||
benchmark-lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Rust Toolchain
|
||||
uses: ./.github/actions/setup-builder
|
||||
- run: cd sqlparser_bench && cargo clippy --all-targets --all-features -- -D warnings
|
||||
|
||||
compile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue