Commit Graph

8 Commits

Author SHA1 Message Date
William Banfield
006e14e8ea support csv 2022-09-01 17:49:25 -04:00
William Banfield
f02d22cf8f initial working version of all 2022-09-01 17:49:25 -04:00
William Banfield
729d3e1885 use worker pool for parallel parsing 2022-09-01 17:49:25 -04:00
William Banfield
8960a19822 add basic report main 2022-09-01 17:49:25 -04:00
William Banfield
d6b8a8c052 add min, max, and error count 2022-09-01 17:49:25 -04:00
William Banfield
9df9615bbf begin separating commands 2022-09-01 17:49:25 -04:00
William Banfield
7775dfa7f9 working basic report generator 2022-09-01 17:49:25 -04:00
William Banfield
70fd943bdf test: add the loadtime tool (#9342)
This pull request adds the loadtime tool. This tool leverages the tm-load-test framework. Using the framework means that the only real logic that needs to be written is the logic for Tx generation. The framework does the rest.

The tool writes a set of metadata into the transaction, including the current transaction rate, number of connections, specified size of the transaction, and the current time.
2022-08-31 16:41:15 -04:00