Update test/loadtime/README.md

Co-authored-by: Sergio Mena <sergio@informal.systems>
This commit is contained in:
William Banfield
2022-09-02 09:56:00 -04:00
committed by GitHub
co-authored by Sergio Mena
parent 0ba6562578
commit 63181ba692
+1 -1
View File
@@ -42,7 +42,7 @@ The `report` binary is built when `make build` is invoked. The `report` tool
reads all of the blocks from the specified blockstore database and calculates
transaction latency metrics. `report` reads transactions generated by `load`
and uses the difference between the timestamp contained in the transaction and
the timestamp of the block the transaction was executed in determine transaction latency.
the timestamp of the block the transaction was executed in to determine transaction latency.
`report` outputs a set of metrics calculated on the list of latencies, including
minimum, maximum, and average latency as well as the standard deviation.