You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kien-ngo
changed the title
Add test & gas benchmark for Marketplace contract
Add test & gas benchmark for Marketplace contract to gasreport.txt
Aug 17, 2023
Hey @kien-ngo! I would love to help with this issue. I've setup the project locally and I'm going through the marketplace contract and all the related code. I see that there's already some tests written for the marketplace contract. Can you help me with what would be a good place to start, and what functions we're looking to add tests for? I'm also on the discord channel if that's a better place to talk about this. Thanks
Hey @SonuBardai, thanks for reaching out. Let me tag @nkrishang here since I'm not the one in charge so I'm not sure what the team have in mind in terms of current road map.
Hey 👋🏽 I'll figure out an easier way to view all our contract benchmarks.
In the meantime, you can run any of the MarketplaceV3 tests using the forge test command with -vvvv tag to get the full gas consumption profile of any contract calls involved. Example:
forge test --mc MarketplaceEnglishAuctionsTest --mt test_state_createAuction -vvvv`
No description provided.
The text was updated successfully, but these errors were encountered: