You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.option('--dynamic <boolean>','Use the dynamic task count assigner','false')
28
+
.option('--bytes-per-partition-per-second <number>','Target throughput in bytes per partition per second for the dynamic task count allocator',`${16*1024*1024}`)
27
29
.option('--queries <string>','Specific queries to run',undefined)
28
30
.option('--debug <boolean>','Print the generated plans to stdout')
29
31
.option('--warmup <boolean>','Perform a warmup query before the benchmarks','true')
0 commit comments