Skip to content

Commit

Permalink
Update testsuite/forge-cli/src/suites/realistic_environment.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Balaji Arun <[email protected]>
  • Loading branch information
danielxiangzl and ibalajiarun authored Dec 20, 2024
1 parent de9a498 commit c03f2c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testsuite/forge-cli/src/suites/realistic_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ pub(crate) fn realistic_env_sweep_wrap(
.with_initial_validator_count(NonZeroUsize::new(num_validators).unwrap())
.with_initial_fullnode_count(num_fullnodes)
.with_validator_override_node_config_fn(Arc::new(|config, _| {
config.execution.processed_transactions_detailed_counters = true;
}))
.add_network_test(test)
// Test inherits the main EmitJobRequest, so update here for more precise latency measurements
Expand Down

0 comments on commit c03f2c2

Please sign in to comment.