Skip to content

Commit

Permalink
Minor forge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vusirikala committed Jun 18, 2024
1 parent 588cdd8 commit d42456e
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions testsuite/forge-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2472,21 +2472,7 @@ fn pfn_const_tps(
max_no_progress_secs: 10.0,
max_round_gap: 4,
}),
);

if USE_CRAZY_MACHINES {
forge_config = forge_config
.with_validator_resource_override(NodeResourceOverride {
cpu_cores: Some(58),
memory_gib: Some(200),
})
.with_fullnode_resource_override(NodeResourceOverride {
cpu_cores: Some(58),
memory_gib: Some(200),
})
}

forge_config
)
}

/// This test runs a performance benchmark where the network includes
Expand Down

0 comments on commit d42456e

Please sign in to comment.