forked from huff-language/huffmate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gas-snapshot
57 lines (57 loc) · 2.71 KB
/
.gas-snapshot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
AuthTest:testAuthoritiesCanSetAuthority() (gas: 2397550)
AuthTest:testAuthority() (gas: 7552)
AuthTest:testGetOwner() (gas: 7552)
AuthTest:testOwnerCanSetAuthority() (gas: 19886)
AuthTest:testOwnerCanSetOwner() (gas: 17717)
OwnedTest:testGetOwner() (gas: 7485)
OwnedTest:testOwnerCanSetOwner() (gas: 17717)
ArraysTest:testGetArray() (gas: 19648)
ArraysTest:testSetAndLoadArray() (gas: 38346)
FixedPointMathTest:testDivWadDown() (gas: 7129)
FixedPointMathTest:testDivWadDownEdgeCases() (gas: 5525)
FixedPointMathTest:testDivWadUp() (gas: 7315)
FixedPointMathTest:testDivWadUpEdgeCases() (gas: 5581)
FixedPointMathTest:testExpWad() (gas: 22099)
FixedPointMathTest:testFailDivWadDownZeroDenominator() (gas: 5332)
FixedPointMathTest:testFailDivWadUpZeroDenominator() (gas: 5319)
FixedPointMathTest:testFailMulDivDownZeroDenominator() (gas: 5331)
FixedPointMathTest:testFailMulDivUpZeroDenominator() (gas: 5285)
FixedPointMathTest:testFuzzLog2() (gas: 882542)
FixedPointMathTest:testLnWad() (gas: 8819)
FixedPointMathTest:testLnWadBig() (gas: 8797)
FixedPointMathTest:testLnWadNegative() (gas: 231)
FixedPointMathTest:testLnWadOverflow() (gas: 209)
FixedPointMathTest:testLnWadSmall() (gas: 10226)
FixedPointMathTest:testLog2() (gas: 9909)
FixedPointMathTest:testMulDivDown() (gas: 12010)
FixedPointMathTest:testMulDivDownEdgeCases() (gas: 6989)
FixedPointMathTest:testMulDivUp() (gas: 12611)
FixedPointMathTest:testMulDivUpEdgeCases() (gas: 7185)
FixedPointMathTest:testMulWadDown() (gas: 6953)
FixedPointMathTest:testMulWadDownEdgeCases() (gas: 7054)
FixedPointMathTest:testMulWadUp() (gas: 7202)
FixedPointMathTest:testMulWadUpEdgeCases() (gas: 7183)
FixedPointMathTest:testPowWad() (gas: 11854)
FixedPointMathTest:testRPow() (gas: 10241)
FixedPointMathTest:testSqrt() (gas: 10112)
MathTest:testAverage() (gas: 5446)
MathTest:testCeilDiv() (gas: 5490)
MathTest:testMax() (gas: 5376)
MathTest:testMin() (gas: 5358)
MathTest:testSqrt() (gas: 5743)
SafeMathTest:testSafeAdd() (gas: 5383)
SafeMathTest:testSafeDiv() (gas: 5419)
SafeMathTest:testSafeMod() (gas: 5452)
SafeMathTest:testSafeMul() (gas: 5414)
SafeMathTest:testSafeSub() (gas: 5384)
BitPackLibTest:testPackHighIndex() (gas: 5402)
BitPackLibTest:testPackHighSize() (gas: 5435)
BitPackLibTest:testPackLargeValue() (gas: 5356)
BitPackLibTest:testPackValue() (gas: 5415)
BitPackLibTest:testUnpackValueFromCenter() (gas: 6060)
BitPackLibTest:testUnpackValueFromLeft() (gas: 5972)
BitPackLibTest:testUnpackValueFromRight() (gas: 6055)
MerkleProofLibTest:testValidProofSupplied() (gas: 7456)
MerkleProofLibTest:testVerifyEmptyMerkleProofSuppliedLeafAndRootDifferent() (gas: 6706)
MerkleProofLibTest:testVerifyEmptyMerkleProofSuppliedLeafAndRootSame() (gas: 6736)
MerkleProofLibTest:testVerifyInvalidProofSupplied() (gas: 7433)