Skip to content

Commit

Permalink
Increase batch size x4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Dec 1, 2023
1 parent 5c02664 commit 8aae82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/src/util/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub struct CommonOpt {
pub partitions: Option<usize>,

/// Batch size when reading CSV or Parquet files
#[structopt(short = "s", long = "batch-size", default_value = "8192")]
#[structopt(short = "s", long = "batch-size", default_value = "32768")]
pub batch_size: usize,

/// Activate debug mode to see more details
Expand Down

0 comments on commit 8aae82c

Please sign in to comment.