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 e1f3438 commit e5408bdCopy full SHA for e5408bd
.github/workflows/sql-benchmarks.yml
@@ -262,6 +262,7 @@ jobs:
262
263
# Run df-bench with remote storage
264
if [ -n "$df_formats" ]; then
265
+ echo "Running DataFusion formats: $df_formats"
266
target/release_debug/df-bench ${{ matrix.subcommand }} \
267
-d gh-json \
268
--formats "$df_formats" \
@@ -273,6 +274,7 @@ jobs:
273
274
275
# Run ddb-bench with remote storage
276
if [ -n "$ddb_formats" ]; then
277
+ echo "Running DuckDB formats: $ddb_formats"
278
target/release_debug/ddb-bench ${{ matrix.subcommand }} \
279
280
--formats "$ddb_formats" \
0 commit comments