Skip to content

Commit

Permalink
ee/tests: update faucet costs
Browse files Browse the repository at this point in the history
We're building the faucet contract differently so update the cost for
install.

Signed-off-by: Alexandru Sardan <[email protected]>
  • Loading branch information
Alexandru Sardan committed Apr 11, 2024
1 parent f1a27fe commit 5dab2aa
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 @@ -926,7 +926,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 = 92_116_501_090;
const EXPECTED_FAUCET_INSTALL_COST: u64 = 88_784_431_090;
const EXPECTED_FAUCET_SET_VARIABLES_COST: u64 = 111_243_280;
const EXPECTED_FAUCET_CALL_BY_INSTALLER_COST: u64 = 2_774_813_900;
const EXPECTED_FAUCET_CALL_BY_USER_COST: u64 = 2_619_679_000;
Expand Down

0 comments on commit 5dab2aa

Please sign in to comment.