diff --git a/lading/src/generator/file_gen/logrotate_fs/model.rs b/lading/src/generator/file_gen/logrotate_fs/model.rs index 32b54b53a..0164a7fa5 100644 --- a/lading/src/generator/file_gen/logrotate_fs/model.rs +++ b/lading/src/generator/file_gen/logrotate_fs/model.rs @@ -1256,15 +1256,6 @@ mod test { // } } - // fn compute_bytes_per_tick(load_profile: &LoadProfile, initial_tick: Tick, tick: Tick) -> u64 { - // match load_profile { - // LoadProfile::Constant(bytes_per_tick) => *bytes_per_tick, - // LoadProfile::Linear { start, rate } => { - // start.saturating_add(rate.saturating_mul(tick.saturating_sub(initial_tick))) - // } - // } - // } - fn compute_expected_bytes_written( load_profile: &LoadProfile, initial_tick: Tick,