The command `cbtest' is a utility for facility test and performance test. Measure the execution time of
the command. This command is used in the following format. `rnum' specifies the number of records.
cbtestsort[-d]rnum
Perform test of sorting algorithms.
cbtestsort[-d]rnum
Perform test of string locating algorithms.
cbtestlist[-d]rnum
Perform writing test of list.
cbtestmap[-d]rnum
Perform writing test of map.
cbtestwickedrnum
Perform updating operations of list and map selected at random.
cbtestmisc
Perform test of miscellaneous routines.
Options feature the following.
-d : read and show data of the result.
This command returns 0 on success, another on failure.