mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update gas expectations in semantic tests.
This commit is contained in:
@@ -7,11 +7,11 @@ contract c {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// set(uint256): 1, 2 -> true
|
||||
// gas irOptimized: 103242
|
||||
// gas irOptimized: 103224
|
||||
// gas legacy: 103491
|
||||
// gas legacyOptimized: 103136
|
||||
// set(uint256): 2, 2, 3, 4, 5 -> true
|
||||
// gas irOptimized: 163929
|
||||
// gas irOptimized: 163911
|
||||
// gas legacy: 164121
|
||||
// gas legacyOptimized: 163766
|
||||
// storageEmpty -> 0
|
||||
|
||||
Reference in New Issue
Block a user