diff --git a/admin/src/bench/mod.rs b/admin/src/bench/mod.rs index 8e91aaa2..e57ab805 100644 --- a/admin/src/bench/mod.rs +++ b/admin/src/bench/mod.rs @@ -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, @@ -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),