@@ -2677,7 +2677,7 @@ contract GasReportFallbackTest is Test {
2677
2677
+========================================================================================================+
2678
2678
| Deployment Cost | Deployment Size | | | | |
2679
2679
|---------------------------------------------------+-----------------+-------+--------+-------+---------|
2680
- | 117171 | 471 | | | | |
2680
+ | 117159 | 471 | | | | |
2681
2681
|---------------------------------------------------+-----------------+-------+--------+-------+---------|
2682
2682
| | | | | | |
2683
2683
|---------------------------------------------------+-----------------+-------+--------+-------+---------|
@@ -2716,7 +2716,7 @@ Ran 1 test suite [ELAPSED]: 1 tests passed, 0 failed, 0 skipped (1 total tests)
2716
2716
{
2717
2717
"contract": "test/DelegateProxyTest.sol:DelegateProxy",
2718
2718
"deployment": {
2719
- "gas": 117171 ,
2719
+ "gas": 117159 ,
2720
2720
"size": 471
2721
2721
},
2722
2722
"functions": {
@@ -2928,7 +2928,7 @@ contract NestedDeploy is Test {
2928
2928
+============================================================================================+
2929
2929
| Deployment Cost | Deployment Size | | | | |
2930
2930
|-------------------------------------------+-----------------+-----+--------+-----+---------|
2931
- | 328961 | 1163 | | | | |
2931
+ | 328949 | 1163 | | | | |
2932
2932
|-------------------------------------------+-----------------+-----+--------+-----+---------|
2933
2933
| | | | | | |
2934
2934
|-------------------------------------------+-----------------+-----+--------+-----+---------|
@@ -2983,7 +2983,7 @@ Ran 1 test suite [ELAPSED]: 1 tests passed, 0 failed, 0 skipped (1 total tests)
2983
2983
{
2984
2984
"contract": "test/NestedDeployTest.sol:Parent",
2985
2985
"deployment": {
2986
- "gas": 328961 ,
2986
+ "gas": 328949 ,
2987
2987
"size": 1163
2988
2988
},
2989
2989
"functions": {
@@ -3670,15 +3670,15 @@ forgetest_init!(gas_report_include_tests, |prj, cmd| {
3670
3670
+================================================================================================+
3671
3671
| Deployment Cost | Deployment Size | | | | |
3672
3672
|-----------------------------------------+-----------------+--------+--------+--------+---------|
3673
- | 1545498 | 7578 | | | | |
3673
+ | 1544498 | 7573 | | | | |
3674
3674
|-----------------------------------------+-----------------+--------+--------+--------+---------|
3675
3675
| | | | | | |
3676
3676
|-----------------------------------------+-----------------+--------+--------+--------+---------|
3677
3677
| Function Name | Min | Avg | Median | Max | # Calls |
3678
3678
|-----------------------------------------+-----------------+--------+--------+--------+---------|
3679
3679
| setUp | 218902 | 218902 | 218902 | 218902 | 1 |
3680
3680
|-----------------------------------------+-----------------+--------+--------+--------+---------|
3681
- | test_Increment | 54915 | 54915 | 54915 | 54915 | 1 |
3681
+ | test_Increment | 51847 | 51847 | 51847 | 51847 | 1 |
3682
3682
╰-----------------------------------------+-----------------+--------+--------+--------+---------╯
3683
3683
3684
3684
@@ -3725,8 +3725,8 @@ Ran 1 test suite [ELAPSED]: 1 tests passed, 0 failed, 0 skipped (1 total tests)
3725
3725
{
3726
3726
"contract": "test/Counter.t.sol:CounterTest",
3727
3727
"deployment": {
3728
- "gas": 1545498 ,
3729
- "size": 7578
3728
+ "gas": 1544498 ,
3729
+ "size": 7573
3730
3730
},
3731
3731
"functions": {
3732
3732
"setUp()": {
@@ -3738,10 +3738,10 @@ Ran 1 test suite [ELAPSED]: 1 tests passed, 0 failed, 0 skipped (1 total tests)
3738
3738
},
3739
3739
"test_Increment()": {
3740
3740
"calls": 1,
3741
- "min": 54915 ,
3742
- "mean": 54915 ,
3743
- "median": 54915 ,
3744
- "max": 54915
3741
+ "min": 51847 ,
3742
+ "mean": 51847 ,
3743
+ "median": 51847 ,
3744
+ "max": 51847
3745
3745
}
3746
3746
}
3747
3747
}
0 commit comments