hyperledger-archives / caliper

A blockchain benchmark framework to measure performance of multiple blockchain solutions
Apache License 2.0
74 stars 24 forks source link

change the calculation of throughput #38

Closed haojun closed 6 years ago

haojun commented 6 years ago

the old formula of throughput is: number of committed txs / (time of the final commitment - time of the first commitment)

the new formula is : number of committed txs / (time of the final commitment - time of the first submitting)