TEST RESULTS in hammerdbcli are missing #129
-
I setup hammerdb with v3.3 and mysql, in hammerdbcli as following: but the output shows on "TEST RESULT", does the feature on cli have removed?Vuser 1:order status |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You are running the test driver script, in both the GUI and CLI the test driver script does not report a result. The test driver script is a simpler script that can be used to create a workload when you are not aiming to measure performance and instead want to look at functionality. To switch to the timed script in the CLI for PostgreSQL you need to do run the command: |
Beta Was this translation helpful? Give feedback.
-
Thanks very much, I used it for the first time, and read more document for it, close the issue ... |
Beta Was this translation helpful? Give feedback.
You are running the test driver script, in both the GUI and CLI the test driver script does not report a result. The test driver script is a simpler script that can be used to create a workload when you are not aiming to measure performance and instead want to look at functionality. To switch to the timed script in the CLI for PostgreSQL you need to do run the command:
hammerdb>diset tpcc pg_driver timed
Note that all of the options you see by running:
print dict
correspond to an option in the GUI interface, the GUI will guide you towards the right options to select whereas the CLI won't and therefore the CLI is intended for more advanced users who have some experience of using the GUI. E…