1CBTEST(1)                   Quick Database Manager                   CBTEST(1)
2
3
4

NAME

6       cbtest - test cases for QDBM Cabin
7
8

SYNOPSIS

10       cbtest sort [-d] rnum
11       cbtest strstr [-d] rnum
12       cbtest list [-d] rnum
13       cbtest map [-d] rnum
14       cbtest wicked rnum
15       cbtest misc
16
17

DESCRIPTION

19       The  command  `cbtest'  is  a utility for facility test and performance
20       test.  Measure the execution time of the command.  This command is used
21       in the following format.  `rnum' specifies the number of records.
22
23       cbtest sort [-d] rnum
24              Perform test of sorting algorithms.
25
26       cbtest sort [-d] rnum
27              Perform test of string locating algorithms.
28
29       cbtest list [-d] rnum
30              Perform writing test of list.
31
32       cbtest map [-d] rnum
33              Perform writing test of map.
34
35       cbtest wicked rnum
36              Perform updating operations of list and map selected at random.
37
38       cbtest misc
39              Perform test of miscellaneous routines.
40
41       Options feature the following.
42
43              -d : read and show data of the result.
44
45       This command returns 0 on success, another on failure.
46
47

SEE ALSO

49       qdbm(3), cabin(3)
50
51

AUTHOR

53       QDBM was written by Mikio Hirabayashi <mikio@fallabs.com>.
54
55
56
57Man Page                          2005-06-01                         CBTEST(1)
Impressum