Skip to content

Block decoder incremental vs. non-incremental benchmark - #5367

Open
crocodile-dentist wants to merge 7 commits into
mainfrom
mw/incremental-benchmark
Open

Block decoder incremental vs. non-incremental benchmark#5367
crocodile-dentist wants to merge 7 commits into
mainfrom
mw/incremental-benchmark

network-mux: expose ReqResp

8be7bbd
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-linux.required failed May 25, 2026 in 8s

Build dependency failed

1 failed steps

Details

Failed Steps

Step 4

Derivation

/nix/store/9pyn8rh475ls2k1sszcndjgm8xc8vzpa-check-stylish-haskell-exe-stylish-haskell.drv

Log

unpacking source archive /nix/store/6y2gkwq5aq6i7xz7xvrqzsfqkf7psh4j-xc6khgcj300497p2wxc0x9kgzdimb5pm-source
source root is xc6khgcj300497p2wxc0x9kgzdimb5pm-source
diff -ru /nix/store/6y2gkwq5aq6i7xz7xvrqzsfqkf7psh4j-xc6khgcj300497p2wxc0x9kgzdimb5pm-source/cardano-diffusion/lib/Cardano/Network/LedgerPeerConsensusInterface.hs ./cardano-diffusion/lib/Cardano/Network/LedgerPeerConsensusInterface.hs
--- /nix/store/6y2gkwq5aq6i7xz7xvrqzsfqkf7psh4j-xc6khgcj300497p2wxc0x9kgzdimb5pm-source/cardano-diffusion/lib/Cardano/Network/LedgerPeerConsensusInterface.hs   1970-01-01 00:00:01.000000000 +0000
+++ ./cardano-diffusion/lib/Cardano/Network/LedgerPeerConsensusInterface.hs     2026-05-25 13:00:53.650425215 +0000
@@ -16,7 +16,8 @@
 import Cardano.Network.PeerSelection.LocalRootPeers
            (OutboundConnectionsState (..))
 import Ouroboros.Network.Block (Point)
-import Ouroboros.Network.BlockFetch.ConsensusInterface (FetchMode (..), PraosFetchMode (..))
+import Ouroboros.Network.BlockFetch.ConsensusInterface (FetchMode (..),
+           PraosFetchMode (..))
 import Ouroboros.Network.PeerSelection.LedgerPeers.Type (RawBlockHash)
 
 
diff -ru /nix/store/6y2gkwq5aq6i7xz7xvrqzsfqkf7psh4j-xc6khgcj300497p2wxc0x9kgzdimb5pm-source/ouroboros-network/lib/Ouroboros/Network/KeepAlive.hs ./ouroboros-network/lib/Ouroboros/Network/KeepAlive.hs
--- /nix/store/6y2gkwq5aq6i7xz7xvrqzsfqkf7psh4j-xc6khgcj300497p2wxc0x9kgzdimb5pm-source/ouroboros-network/lib/Ouroboros/Network/KeepAlive.hs    1970-01-01 00:00:01.000000000 +0000
+++ ./ouroboros-network/lib/Ouroboros/Network/KeepAlive.hs      2026-05-25 13:00:48.915459098 +0000
@@ -22,9 +22,9 @@
 import Data.Maybe (fromJust)
 import System.Random (StdGen, random)
 
-import Ouroboros.Network.KeepAlive.Registry as Registry
 import Ouroboros.Network.ControlMessage (ControlMessage (..), ControlMessageSTM)
 import Ouroboros.Network.DeltaQ
+import Ouroboros.Network.KeepAlive.Registry as Registry
 import Ouroboros.Network.Protocol.KeepAlive.Client
 import Ouroboros.Network.Protocol.KeepAlive.Server
 import Ouroboros.Network.Protocol.KeepAlive.Type
*** stylish-haskell-exe-stylish-haskell-0.14.6.0 found changes that need addressed first