• Created a new function _checkOrWriteSnapshot(string memory name, uint256 gasUsed) to verify whether to check the existing snapshot or write a new snapshot
• Added a new feature to create the snapshot file if it does not exist and checkMode is on, instead of failing.
• Created a new function
_checkOrWriteSnapshot(string memory name, uint256 gasUsed)
to verify whether to check the existing snapshot or write a new snapshot• Added a new feature to create the snapshot file if it does not exist and checkMode is on, instead of failing.