Skip to content

Commit

Permalink
refactor(iota-benchmark): Remove deprecated CHECKPOINTS_PER_EPOCH (#3793
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jkrvivian authored Oct 30, 2024
1 parent 9374158 commit 5d248a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/iota-benchmark/tests/simtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -829,9 +829,6 @@ mod test {
"SIM_STRESS_TEST_NUM_VALIDATORS",
default_num_validators,
));
if std::env::var("CHECKPOINTS_PER_EPOCH").is_ok() {
eprintln!("CHECKPOINTS_PER_EPOCH env var is deprecated, use EPOCH_DURATION_MS");
}
let epoch_duration_ms = get_var("EPOCH_DURATION_MS", default_epoch_duration_ms);
if epoch_duration_ms > 0 {
builder = builder.with_epoch_duration_ms(epoch_duration_ms);
Expand Down

0 comments on commit 5d248a1

Please sign in to comment.