Skip to content

Commit

Permalink
Amend faucet costs
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsiroftardis committed Nov 5, 2024
1 parent 326f48e commit b3ec7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution_engine_testing/tests/src/test/explorer/faucet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ fn faucet_costs() {
// This test will fail if execution costs vary. The expected costs should not be updated
// without understanding why the cost has changed. If the costs do change, it should be
// reflected in the "Costs by Entry Point" section of the faucet crate's README.md.
const EXPECTED_FAUCET_INSTALL_COST: u64 = 141_721_606_176;
const EXPECTED_FAUCET_INSTALL_COST: u64 = 141_969_710_490;

const EXPECTED_FAUCET_SET_VARIABLES_COST: u64 = 143_865_670;
const EXPECTED_FAUCET_CALL_BY_INSTALLER_COST: u64 = 2_705_894_903;
Expand Down

0 comments on commit b3ec7ef

Please sign in to comment.