tx-generator-2.11: A transaction workload generator for Cardano clusters
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Benchmarking.GeneratorTx.NodeToNode

Documentation

type ConnectClient = AddrInfo -> TxSubmissionClient (GenTxId CardanoBlock) (GenTx CardanoBlock) IO () -> IO () Source #

benchmarkConnectTxSubmit Source #

Arguments

:: forall blk. (blk ~ CardanoBlock, RunNode blk) 
=> IOManager 
-> Tracer IO SendRecvConnect 
-> Tracer IO SendRecvTxSubmission2 
-> CodecConfig CardanoBlock 
-> NetworkMagic 
-> AddrInfo

remote address information

-> TxSubmissionClient (GenTxId blk) (GenTx blk) IO ()

the particular txSubmission peer

-> IO ()