morpho-org / morpho-utils

Repository gathering useful libraries and contracts.
GNU Affero General Public License v3.0
65 stars 1 forks source link

โšก๏ธ Opti conditions #31

Closed makcandrov closed 1 year ago

makcandrov commented 1 year ago

percentageMul: 413 => 409 percentageDiv: 403 => 402

rayMul: 479 => 475 rayDiv: 469 => 468 wadMul: 435 => 431 wadDiv 513 => 512

github-actions[bot] commented 1 year ago

Changes to gas costs

๐Ÿงพ Summary

Contract Method Avg (+/-) %
WadRayMathFunctions rayMul
wadMul
wadDiv
rayDiv
-4 โœ…
-4 โœ…
-1 โœ…
-1 โœ…
+0.02%
+0.02%
+0.00%
+0.00%
PercentageMathFunctions percentMul
percentDiv
-4 โœ…
-1 โœ…
+0.02%
+0.00%

Full diff report ๐Ÿ‘‡
| Contract | Deployment Cost (+/-) | Method | Min (+/-) | % | Avg (+/-) | % | Median (+/-) | % | Max (+/-) | % | # Calls (+/-) | |:-|-:|:-|-:|-:|-:|-:|-:|-:|-:|-:|-:| | **WadRayMathFunctions** | 140,983 (-1,607) | _rayMul_
_wadMul_
_wadDiv_
_rayDiv_ | 475 (-4)
431 (-4)
512 (-1)
468 (-1) | **+0.02%**
**+0.02%**
**+0.00%**
**+0.00%** | 475 (-4)
431 (-4)
512 (-1)
468 (-1) | **+0.02%**
**+0.02%**
**+0.00%**
**+0.00%** | 475 (-4)
431 (-4)
512 (-1)
468 (-1) | **+0.02%**
**+0.02%**
**+0.00%**
**+0.00%** | 475 (-4)
431 (-4)
512 (-1)
468 (-1) | **+0.02%**
**+0.02%**
**+0.00%**
**+0.00%** | 1 (0)
1 (0)
1 (0)
1 (0) | | **PercentageMathFunctions** | 57,911 (-800) | _percentMul_
_percentDiv_ | 409 (-4)
402 (-1) | **+0.02%**
**+0.00%** | 409 (-4)
402 (-1) | **+0.02%**
**+0.00%** | 409 (-4)
402 (-1) | **+0.02%**
**+0.00%** | 409 (-4)
402 (-1) | **+0.02%**
**+0.00%** | 1 (0)
1 (0) |
AtomicAzzaz commented 1 year ago

Nice one, works also in wadRayMath for 4 gas savings in differents Mul

makcandrov commented 1 year ago

Nice one, works also in wadRayMath for 4 gas savings in differents Mul

Updated in the last commit :)