synapsecns/sanguine

View on GitHub
packages/contracts-core/test/GasBenchmark.t.sol

Summary

Maintainability
Test Coverage
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

import {Test} from "forge-std/Test.sol";

/// @notice No gas benchmark is required for contracts-core
contract GasBenchmarkTest is Test {
    // solhint-disable-next-line no-empty-blocks
    function testGasBenchmark() public {}
}