Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit a2a2e2a

Browse files
committed
def
1 parent d0cccfc commit a2a2e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ pub struct BenchArgs {
513513
#[arg(
514514
short = 'b',
515515
long,
516-
default_value_t = 4096,
516+
default_value_t = 16*1024,
517517
value_parser = clap::value_parser!(u32).range(128..1024*1024),
518518
)]
519519
pub record_size: u32,

0 commit comments

Comments
 (0)