-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #294 from hyperledger-labs/use-ir-pipeline
Enable build and tests utilizing IR pipeline in CI Signed-off-by: Jun Kimura <[email protected]>
- Loading branch information
Showing
14 changed files
with
256 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,77 @@ | ||
IBCBenchmarks:testAcknowledgePacket() (gas: 100109) | ||
IBCBenchmarks:testCreateMockClient() (gas: 216843) | ||
IBCBenchmarks:testRecvPacket() (gas: 158121) | ||
IBCBenchmarks:testSendPacket() (gas: 96524) | ||
IBCBenchmarks:testUpdateMockClientDirectly() (gas: 64815) | ||
IBCBenchmarks:testUpdateMockClientViaHandler() (gas: 150703) | ||
IBCMockAppTest:testHandshake() (gas: 4420576) | ||
IBCMockAppTest:testHandshakeBetweenDifferentPorts() (gas: 3339603) | ||
IBCMockAppTest:testPacketRelay() (gas: 13935831) | ||
IBCMockAppTest:testPacketTimeout() (gas: 4284259) | ||
ICS24HostTest:testValidatePortIdentifier() (gas: 37060) | ||
TestICS02:testCreateClient() (gas: 36875161) | ||
TestICS02:testHeightToUint128((uint64,uint64)) (runs: 256, μ: 887, ~: 887) | ||
TestICS02:testInvalidCreateClient() (gas: 36772272) | ||
TestICS02:testInvalidUpdateClient() (gas: 36771288) | ||
TestICS02:testRegisterClient() (gas: 36426954) | ||
TestICS02:testRegisterClientDuplicatedClientType() (gas: 36412263) | ||
TestICS02:testRegisterClientInvalidClientType() (gas: 36441769) | ||
TestICS02:testUpdateClient() (gas: 36939488) | ||
TestICS03Handshake:testConnOpenAck() (gas: 1858230) | ||
TestICS03Handshake:testConnOpenConfirm() (gas: 2054143) | ||
TestICS03Handshake:testConnOpenInit() (gas: 1429838) | ||
TestICS03Handshake:testConnOpenTry() (gas: 2398844) | ||
TestICS03Handshake:testInvalidConnOpenAck() (gas: 2421822) | ||
TestICS03Handshake:testInvalidConnOpenConfirm() (gas: 2535568) | ||
TestICS03Handshake:testInvalidConnOpenInit() (gas: 783147) | ||
TestICS03Handshake:testInvalidConnOpenTry() (gas: 2342543) | ||
TestICS03Version:testCopyVersions() (gas: 558658) | ||
TestICS03Version:testFindSupportedVersion() (gas: 19400) | ||
TestICS03Version:testIsSupportedVersion() (gas: 7864) | ||
TestICS03Version:testPickVersion() (gas: 25327) | ||
TestICS03Version:testVerifyProposedVersion() (gas: 11777) | ||
TestICS03Version:testVerifySupportedFeature() (gas: 4153) | ||
TestICS04Handshake:testBindPort() (gas: 458623) | ||
TestICS04Handshake:testChanClose() (gas: 12973942) | ||
TestICS04Handshake:testChanOpenAck() (gas: 3459492) | ||
TestICS04Handshake:testChanOpenConfirm() (gas: 3770761) | ||
TestICS04Handshake:testChanOpenInit() (gas: 2543590) | ||
TestICS04Handshake:testChanOpenTry() (gas: 3099942) | ||
TestICS04Handshake:testInvalidChanOpenAck() (gas: 2439771) | ||
TestICS04Handshake:testInvalidChanOpenConfirm() (gas: 2517382) | ||
TestICS04Handshake:testInvalidChanOpenInit() (gas: 1760558) | ||
TestICS04Handshake:testInvalidChanOpenTry() (gas: 1775528) | ||
TestICS04Packet:testAcknowledgementPacket() (gas: 3351204) | ||
TestICS04Packet:testInvalidSendPacket() (gas: 3579171) | ||
TestICS04Packet:testRecvPacket() (gas: 11007558) | ||
TestICS04Packet:testRecvPacketTimeoutHeight() (gas: 3259769) | ||
TestICS04Packet:testRecvPacketTimeoutTimestamp() (gas: 3284145) | ||
TestICS04Packet:testSendPacket() (gas: 6411842) | ||
TestICS04Packet:testTimeoutOnClose() (gas: 3553375) | ||
TestICS04Upgrade:testCrossingHelloInconsistentVersions() (gas: 10152794) | ||
TestICS04Upgrade:testUpgradeAuthorityCancel() (gas: 47011316) | ||
TestICS04Upgrade:testUpgradeCannotCancelWithOldErrorReceipt() (gas: 3460218) | ||
TestICS04Upgrade:testUpgradeCannotRecvNextUpgradePacket() (gas: 5325143) | ||
TestICS04Upgrade:testUpgradeCounterpartyAdvanceNextSequenceBeforeOpen() (gas: 5295126) | ||
TestICS04Upgrade:testUpgradeCrossingHelloIncompatibleProposals() (gas: 5070497) | ||
TestICS04Upgrade:testUpgradeFull() (gas: 57118740) | ||
TestICS04Upgrade:testUpgradeInit() (gas: 3075843) | ||
TestICS04Upgrade:testUpgradeNoChanges() (gas: 2473554) | ||
TestICS04Upgrade:testUpgradeNotUpgradableModule() (gas: 3649002) | ||
TestICS04Upgrade:testUpgradeOutOfSync() (gas: 3909083) | ||
TestICS04Upgrade:testUpgradeRelaySuccessAtCounterpartyFlushComplete() (gas: 5296851) | ||
TestICS04Upgrade:testUpgradeRelaySuccessAtFlushing() (gas: 5670614) | ||
TestICS04Upgrade:testUpgradeSendPacketFailAtFlushingOrFlushComplete() (gas: 4089431) | ||
TestICS04Upgrade:testUpgradeTimeoutAbortAck() (gas: 17829083) | ||
TestICS04Upgrade:testUpgradeTimeoutAbortConfirm() (gas: 21547969) | ||
TestICS04Upgrade:testUpgradeTimeoutUpgrade() (gas: 71726806) | ||
TestICS04Upgrade:testUpgradeToOrdered() (gas: 56982472) | ||
TestICS04Upgrade:testUpgradeToUnordered() (gas: 45498427) | ||
TestICS04UpgradeApp:testUpgradeAuthorizationChanneNotFound() (gas: 61690) | ||
TestICS04UpgradeApp:testUpgradeAuthorizationRePropose() (gas: 2565379) | ||
TestICS04UpgradeApp:testUpgradeAuthorizationRemove() (gas: 2475938) | ||
TestICS20:testAddressToHex(address) (runs: 256, μ: 22668, ~: 22804) | ||
TestICS20:testHexToAddress(string) (runs: 256, μ: 4776, ~: 4734) | ||
TestICS20:testIsEscapedString() (gas: 48979) | ||
TestICS20:testMarshaling() (gas: 148517) | ||
TestICS20:testParseAmount(uint256) (runs: 256, μ: 26349, ~: 23311) | ||
IBCBenchmarks:testAcknowledgePacket() (gas: 98678) | ||
IBCBenchmarks:testCreateMockClient() (gas: 217244) | ||
IBCBenchmarks:testRecvPacket() (gas: 155487) | ||
IBCBenchmarks:testSendPacket() (gas: 95329) | ||
IBCBenchmarks:testUpdateMockClientDirectly() (gas: 64879) | ||
IBCBenchmarks:testUpdateMockClientViaHandler() (gas: 148205) | ||
IBCMockAppTest:testHandshake() (gas: 4343205) | ||
IBCMockAppTest:testHandshakeBetweenDifferentPorts() (gas: 3286459) | ||
IBCMockAppTest:testPacketRelay() (gas: 11692905) | ||
IBCMockAppTest:testPacketTimeout() (gas: 4242242) | ||
ICS24HostTest:testValidatePortIdentifier() (gas: 44476) | ||
TestICS02:testCreateClient() (gas: 30153096) | ||
TestICS02:testHeightToUint128((uint64,uint64)) (runs: 256, μ: 907, ~: 907) | ||
TestICS02:testInvalidCreateClient() (gas: 30038762) | ||
TestICS02:testInvalidUpdateClient() (gas: 30042040) | ||
TestICS02:testRegisterClient() (gas: 29702122) | ||
TestICS02:testRegisterClientDuplicatedClientType() (gas: 29688342) | ||
TestICS02:testRegisterClientInvalidClientType() (gas: 29717304) | ||
TestICS02:testUpdateClient() (gas: 30208564) | ||
TestICS03Handshake:testConnOpenAck() (gas: 1811332) | ||
TestICS03Handshake:testConnOpenConfirm() (gas: 1989221) | ||
TestICS03Handshake:testConnOpenInit() (gas: 1423613) | ||
TestICS03Handshake:testConnOpenTry() (gas: 2348126) | ||
TestICS03Handshake:testInvalidConnOpenAck() (gas: 2323078) | ||
TestICS03Handshake:testInvalidConnOpenConfirm() (gas: 2421885) | ||
TestICS03Handshake:testInvalidConnOpenInit() (gas: 777600) | ||
TestICS03Handshake:testInvalidConnOpenTry() (gas: 2283933) | ||
TestICS03Version:testCopyVersions() (gas: 570207) | ||
TestICS03Version:testFindSupportedVersion() (gas: 34452) | ||
TestICS03Version:testIsSupportedVersion() (gas: 13568) | ||
TestICS03Version:testPickVersion() (gas: 37836) | ||
TestICS03Version:testVerifyProposedVersion() (gas: 21308) | ||
TestICS03Version:testVerifySupportedFeature() (gas: 10229) | ||
TestICS04Handshake:testBindPort() (gas: 456271) | ||
TestICS04Handshake:testChanClose() (gas: 12800640) | ||
TestICS04Handshake:testChanOpenAck() (gas: 3428597) | ||
TestICS04Handshake:testChanOpenConfirm() (gas: 3724273) | ||
TestICS04Handshake:testChanOpenInit() (gas: 2535741) | ||
TestICS04Handshake:testChanOpenTry() (gas: 3083807) | ||
TestICS04Handshake:testInvalidChanOpenAck() (gas: 2411670) | ||
TestICS04Handshake:testInvalidChanOpenConfirm() (gas: 2486327) | ||
TestICS04Handshake:testInvalidChanOpenInit() (gas: 1730517) | ||
TestICS04Handshake:testInvalidChanOpenTry() (gas: 1742638) | ||
TestICS04Packet:testAcknowledgementPacket() (gas: 3316365) | ||
TestICS04Packet:testInvalidSendPacket() (gas: 3476451) | ||
TestICS04Packet:testRecvPacket() (gas: 9965223) | ||
TestICS04Packet:testRecvPacketTimeoutHeight() (gas: 3236945) | ||
TestICS04Packet:testRecvPacketTimeoutTimestamp() (gas: 3261000) | ||
TestICS04Packet:testSendPacket() (gas: 4583983) | ||
TestICS04Packet:testTimeoutOnClose() (gas: 3488144) | ||
TestICS04Upgrade:testCrossingHelloInconsistentVersions() (gas: 9918550) | ||
TestICS04Upgrade:testUpgradeAuthorityCancel() (gas: 46157666) | ||
TestICS04Upgrade:testUpgradeCannotCancelWithOldErrorReceipt() (gas: 3392338) | ||
TestICS04Upgrade:testUpgradeCannotRecvNextUpgradePacket() (gas: 5230053) | ||
TestICS04Upgrade:testUpgradeCounterpartyAdvanceNextSequenceBeforeOpen() (gas: 5191254) | ||
TestICS04Upgrade:testUpgradeCrossingHelloIncompatibleProposals() (gas: 4944387) | ||
TestICS04Upgrade:testUpgradeFull() (gas: 55984957) | ||
TestICS04Upgrade:testUpgradeInit() (gas: 3018393) | ||
TestICS04Upgrade:testUpgradeNoChanges() (gas: 2433786) | ||
TestICS04Upgrade:testUpgradeNotUpgradableModule() (gas: 3533495) | ||
TestICS04Upgrade:testUpgradeOutOfSync() (gas: 3826003) | ||
TestICS04Upgrade:testUpgradeRelaySuccessAtCounterpartyFlushComplete() (gas: 5201982) | ||
TestICS04Upgrade:testUpgradeRelaySuccessAtFlushing() (gas: 5575834) | ||
TestICS04Upgrade:testUpgradeSendPacketFailAtFlushingOrFlushComplete() (gas: 4012928) | ||
TestICS04Upgrade:testUpgradeTimeoutAbortAck() (gas: 17445807) | ||
TestICS04Upgrade:testUpgradeTimeoutAbortConfirm() (gas: 21062598) | ||
TestICS04Upgrade:testUpgradeTimeoutUpgrade() (gas: 70448064) | ||
TestICS04Upgrade:testUpgradeToOrdered() (gas: 53937015) | ||
TestICS04Upgrade:testUpgradeToUnordered() (gas: 43053273) | ||
TestICS04UpgradeApp:testUpgradeAuthorizationChanneNotFound() (gas: 62062) | ||
TestICS04UpgradeApp:testUpgradeAuthorizationRePropose() (gas: 2456047) | ||
TestICS04UpgradeApp:testUpgradeAuthorizationRemove() (gas: 2436473) | ||
TestICS20:testAddressToHex(address) (runs: 256, μ: 26850, ~: 27044) | ||
TestICS20:testHexToAddress(string) (runs: 256, μ: 4636, ~: 4595) | ||
TestICS20:testIsEscapedString() (gas: 62745) | ||
TestICS20:testMarshaling() (gas: 180081) | ||
TestICS20:testParseAmount(uint256) (runs: 256, μ: 32408, ~: 28568) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule forge-std
updated
42 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.