tcutest

Langue: en

Autres versions - même langue

Version: 113779 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

tcutest - test cases of the utility API

DESCRIPTION

The command `tcutest' is a utility for facility test and performance test. This command is used in the following format. `rnum' specifies the number of iterations. `anum' specifies the initial number of elements of array. `bnum' specifies the number of buckets.


tcutest xstr rnum
Perform test of extensible string.

tcutest list rnum [anum]
Perform test of array list.

tcutest map rnum [bnum]
Perform test of hash map.

tcutest mdb rnum [bnum]
Perform test of on-memory database.

tcutest misc rnum
Perform test of miscellaneous routines.

tcutest wicked rnum
Perform updating operations of list and map selected at random.

This command returns 0 on success, another on failure.

SEE ALSO

tcumttest(1), tcucodec(1), tcutil(3), tokyocabinet(3)