logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cbtest - test cases for QDBM Cabin

Author

       QDBM was written by Mikio Hirabayashi <mikio@fallabs.com>.

Man Page                                           2005-06-01                                          CBTEST(1)

Description

       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.

Name

       cbtest - test cases for QDBM Cabin

See Also

qdbm(3), cabin(3)

Synopsis

cbtestsort [-d] rnumcbteststrstr [-d] rnumcbtestlist [-d] rnumcbtestmap [-d] rnumcbtestwickedrnumcbtestmisc

See Also