Skip to content

Commit

Permalink
Change rust.yml to run benchmark (apache#7708)
Browse files Browse the repository at this point in the history
* Change rust.yml to run benchmark

* Restore unrelated change
  • Loading branch information
sarutak authored and Ted-Jiang committed Oct 7, 2023
1 parent 7fe054d commit 897285e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Verify that benchmark queries return expected results
run: |
export TPCH_DATA=`realpath datafusion/sqllogictest/test_files/tpch/data`
cargo test serde_q --profile release-nonlto --features=ci -- --test-threads=1
cargo test plan_q --package datafusion-benchmarks --profile release-nonlto --features=ci -- --test-threads=1
INCLUDE_TPCH=true cargo test --test sqllogictests
- name: Verify Working Directory Clean
run: git diff --exit-code
Expand Down

0 comments on commit 897285e

Please sign in to comment.