Skip to content

Commit e5408bd

Browse files
committed
dbg
Signed-off-by: Adam Gutglick <[email protected]>
1 parent e1f3438 commit e5408bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sql-benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ jobs:
262262
263263
# Run df-bench with remote storage
264264
if [ -n "$df_formats" ]; then
265+
echo "Running DataFusion formats: $df_formats"
265266
target/release_debug/df-bench ${{ matrix.subcommand }} \
266267
-d gh-json \
267268
--formats "$df_formats" \
@@ -273,6 +274,7 @@ jobs:
273274
274275
# Run ddb-bench with remote storage
275276
if [ -n "$ddb_formats" ]; then
277+
echo "Running DuckDB formats: $ddb_formats"
276278
target/release_debug/ddb-bench ${{ matrix.subcommand }} \
277279
-d gh-json \
278280
--formats "$ddb_formats" \

0 commit comments

Comments
 (0)