This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 14cdf72099 Change rust.yml to run benchmark (#7708)
14cdf72099 is described below
commit 14cdf72099bca3bb82c0103a5586b89ddb2feecc
Author: Kousuke Saruta <[email protected]>
AuthorDate: Sun Oct 1 19:46:38 2023 +0900
Change rust.yml to run benchmark (#7708)
* Change rust.yml to run benchmark
* Restore unrelated change
---
.github/workflows/rust.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 37533396e0..0f572c9687 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -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