Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHalpinParity committed Jul 29, 2024
1 parent 2b6820e commit 15ddab9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin/src/bench/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ pub struct Args {
pub append: bool,
pub no_check: bool,
pub compress: bool,
pub ordered: bool,
pub uniform: bool,
pub writer_commits_per_sleep: u64,
pub writer_sleep_time: u64,
Expand All @@ -125,7 +124,6 @@ impl Stress {
archive: self.archive,
no_check: self.no_check,
compress: self.compress,
ordered: self.ordered,
uniform: self.uniform,
writer_commits_per_sleep: self.writer_commits_per_sleep.unwrap_or(100),
writer_sleep_time: self.writer_sleep_time.unwrap_or(0),
Expand Down

0 comments on commit 15ddab9

Please sign in to comment.