| 556 | } |
| 557 | |
| 558 | void StartCommonGeneration(const int64_t period, const int64_t batchSize) { |
| 559 | g_tpsTester.StartCommonGeneration(period, batchSize, boost::bind(&CommonTxGenerator, &g_tpsTester)); |
| 560 | } |
| 561 | |
| 562 | Value startcommontpstest(const Array& params, bool fHelp) { |
| 563 | if (fHelp || params.size() != 2) { |
no test coverage detected