contracts icon indicating copy to clipboard operation
contracts copied to clipboard

ManagedAccount benchmarks

Open alfheimrShiven opened this issue 2 years ago • 3 comments

Running 18 tests for src/test/benchmark/ManagedAccountBenchmark.t.sol:ManagedAccountTest
[PASS] test_deploy_managedAccount() (gas: 8565484)
[PASS] test_revert_executeTransaction_nonSigner_viaDirectCall() (gas: 313743)
[PASS] test_revert_executeTransaction_nonSigner_viaEntrypoint() (gas: 48762)
[PASS] test_revert_onRegister_nonFactoryChildContract() (gas: 12909)
[PASS] test_scenario_changeExtensionForFunction() (gas: 52098)
[PASS] test_state_accountReceivesNativeTokens() (gas: 20756)
[PASS] test_state_addAndWithdrawDeposit() (gas: 83310)
[PASS] test_state_createAccount_viaEntrypoint() (gas: 9223372036854754743)
[PASS] test_state_createAccount_viaFactory() (gas: 342651)
[PASS] test_state_executeBatchTransaction() (gas: 52449)
[PASS] test_state_executeBatchTransaction_viaAccountSigner() (gas: 406770)
[PASS] test_state_executeBatchTransaction_viaEntrypoint() (gas: 95694)
[PASS] test_state_executeTransaction() (gas: 41776)
[PASS] test_state_executeTransaction_viaAccountSigner() (gas: 385777)
[PASS] test_state_executeTransaction_viaEntrypoint() (gas: 81870)
[PASS] test_state_receiveERC1155NFT() (gas: 49357)
[PASS] test_state_receiveERC721NFT() (gas: 78395)
[PASS] test_state_transferOutsNativeTokens() (gas: 105746)
Test result: ok. 18 passed; 0 failed; 0 skipped; finished in 605.35ms

alfheimrShiven avatar Nov 01 '23 08:11 alfheimrShiven

Hey @alfheimrShiven 👋🏽 I was looking to merge your PR, but looks like we updated some APIs (see attached screenshot) and the PR actions are failing. Could you correct them please? Thank!

image

nkrishang avatar Nov 20 '23 17:11 nkrishang

Hey @nkrishang I've updated the function params.

alfheimrShiven avatar Nov 21 '23 16:11 alfheimrShiven

Can someone attend to this please. Thanks!

alfheimrShiven avatar Jan 09 '24 15:01 alfheimrShiven