ftsrg / blockchain-benchmarks-tpcc

TPC-C benchmark implementations for blockchain platforms
Apache License 2.0
0 stars 0 forks source link

TPC-C Java implementation review #15

Closed aklenik closed 1 year ago

aklenik commented 1 year ago
KangogoDamarisKE commented 1 year ago

fixed the above first and second issues.

bzp99 commented 1 year ago

@aklenik the code has been significantly altered (transactions have been broken up to multiple method calls, reference comments to the TPC-C spec have been made more verbose, etc) since the opening of this PR; just a heads up :)

aklenik commented 1 year ago

@bzp99 I'll open a new issue for the new code-base.