Skip to content

Commit

Permalink
chore: update arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Ning Yu <[email protected]>
  • Loading branch information
Chillax-0v0 committed Jan 30, 2024
1 parent 55d7432 commit ad9ba3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ static ArgumentParser parser() {
.type(Long.class)
.setDefault((long) 3 << 30)
.help("Capacity of the WAL in bytes");
parser.addArgument("--numRecords")
parser.addArgument("--records")
.type(Integer.class)
.setDefault(1 << 20)
.help("number of records to write");
parser.addArgument("--recordSizeBytes")
parser.addArgument("--record-size")
.type(Integer.class)
.setDefault(1 << 10)
.help("size of each record in bytes");
Expand Down

0 comments on commit ad9ba3a

Please sign in to comment.