Documentation ¶
Index ¶
- func CalculateAndPrint(txsType string, totalTxs uint64, client *ethclient.Client, ...)
- func FetchProfiling() (string, error)
- func FetchPrometheus() (*http.Response, error)
- func GetTotalGasUsedFromTxs(client *ethclient.Client, txs []*types.Transaction) uint64
- func PrintSummary(txsType string, totalTransactionsSent uint64, totalTxs uint64, ...)
- func PrintUniswapDeployments(deployments time.Duration, count uint64)
- type Values
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateAndPrint ¶
func CalculateAndPrint( txsType string, totalTxs uint64, client *ethclient.Client, profilingResult string, elapsed time.Duration, sequencerTimeSub, executorTimeSub float64, allTxs []*types.Transaction, )
CalculateAndPrint calculates and prints the results
func FetchProfiling ¶
FetchProfiling fetches the profiling metrics
func FetchPrometheus ¶
FetchPrometheus fetches the prometheus metrics
func GetTotalGasUsedFromTxs ¶ added in v0.0.990
func GetTotalGasUsedFromTxs(client *ethclient.Client, txs []*types.Transaction) uint64
GetTotalGasUsedFromTxs sums the total gas used from the transactions
func PrintSummary ¶ added in v0.0.990
func PrintUniswapDeployments ¶ added in v0.0.990
Types ¶
Click to show internal directories.
Click to hide internal directories.