This commit is contained in:
William Banfield
2022-09-02 12:43:42 -04:00
parent ec5a8b039e
commit 22cf2cf09c

View File

@@ -36,7 +36,7 @@ func main() {
loadtest.Run(&loadtest.CLIConfig{
AppName: "loadtime",
AppShortDesc: "Generate timestamped transaction load.",
AppLongDesc: "loadtime generates transaction load for the purpose of measuring the end-to-end latency of a transaction from submission to execution in a Tendermint network.",
AppLongDesc: "loadtime generates transaction load for the purpose of measuring the end-to-end latency of a transaction from submission to execution in a Tendermint network.", //nolint:lll
DefaultClientFactory: "loadtime-client",
})
}