yugabyte / tpcc

Repo to run TPCC benchmarks against YugabyteDB
Other
24 stars 21 forks source link

Ignore the thread waiting time in the calculation of TPM-C. #26

Closed psudheer21 closed 4 years ago

psudheer21 commented 4 years ago

Summary: For the calculation of TPM-C we used the entire duration of the run which included the waiting time of the trailing transactions.

With this change, we ignore the transactions that complete after the configured time and use the configured time for the calculation of TPM-C.

Reviewers: Neha