Skip to content

Releases: yugabyte/tpcc

v2.4

03 Jun 06:16
9a52862

Choose a tag to compare

2.3

09 Aug 02:57
85e7332

Choose a tag to compare

2.3

-Support for multiple drivers in tpcc

v2.2

05 Jun 15:47
3bd9e7c

Choose a tag to compare

  • Add retry for all exceptions and errors.

v2.1

26 Oct 05:51
602281b

Choose a tag to compare

  • Enable Smart driver support
  • Enable expression pushdown
  • Retry for SQL Exceptions on tserver failure

v2.0

08 Sep 06:30
597e258

Choose a tag to compare

  • Added extra client side metrics for various transactions
  • Improved logic for retries and tracking of events of a particular type of transaction
  • JSON output file support

v1.9

08 Apr 01:30
d95434f

Choose a tag to compare

Configure connection isolation level with HikariConfig rather than at…

1.8

06 Mar 13:32
6b580b3

Choose a tag to compare

1.8
Pull TPCCBenchmark functionality up into BenchmarkModule (#84)

v1.7

12 Feb 08:56
fb7036c

Choose a tag to compare

Retry transaction failures. (#72)

Currently the failed transactions are not retried and are being
recognized as successes. Make sure that the transaction failures are
retried properly. Also make sure that the failures are not added to the
results.

Reviewers:
Mihnea, Rob

v1.6

19 Jan 04:19
c4c5bf3

Choose a tag to compare

improved checks for null condition (#69)

improved checks for null condition on optional fields of workload-config.xml

v1.5.2

07 Jan 16:58
c4c5bf3

Choose a tag to compare

Fixed bugs.