packages/contracts-core/test/GasBenchmark.t.sol
// 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 {}
}