apavlo / py-tpcc

Python implementation of TPC-C
142 stars 91 forks source link

Fix off by one error in loader #5

Closed michaelmior closed 8 years ago

michaelmior commented 8 years ago

There was a missing +1 that causes the loader to generate no orders if there is only one customer.