Skip to content

Commit

Permalink
gate logging with config options
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingerman committed Feb 3, 2022
1 parent d38e827 commit db13a58
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions gpu_bdb/benchmark_runner/benchmark_config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# benchmark config yaml
### Please fill these accordingly
data_dir:
data_dir: /raid/gpu-bdb/sf1000/parquet_2gb
output_dir:
file_format: parquet
output_filetype: parquet
split_row_groups: False
repartition_small_table: True
benchmark_runner_include_sql:
benchmark_runner_log_rmm: False
benchmark_runner_log_tasks: False

scheduler_file_path:
scheduler_file_path: /raid/adattagupta/dask-sql-work/dask-local-directory/scheduler.json
dask_profile: False

verify_results: False
verify_dir:

sheet:
tab:
sheet: GPU-BDB Dask-SQL
tab: SF1K Dask-SQL
get_read_time: False

0 comments on commit db13a58

Please sign in to comment.