We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a09524 commit 5c41915Copy full SHA for 5c41915
.github/workflows/rust.yml
@@ -275,6 +275,7 @@ jobs:
275
make
276
./dbgen -f -s 0.1
277
mv *.tbl ../datafusion/sqllogictest/test_files/tpch/data
278
+ ../benchmarks/bench.sh data imdb
279
- name: Verify that benchmark queries return expected results
280
run: |
281
export TPCH_DATA=`realpath datafusion/sqllogictest/test_files/tpch/data`
0 commit comments