forked from aerospike/aerospike-tools-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspec.txt
64 lines (52 loc) · 776 Bytes
/
spec.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
(record "nil"
1 (nil))
(record "integer"
1 (integer))
(record "string"
1 (string 50))
(record "bytes"
1 (bytes 50))
(record "list"
1 (list 3
(string 50)))
(record "map"
1 (map 3
(integer)
(string 50)))
(record "llist"
1 (llist 3
(string 50)))
(record "lmap"
1 (lmap 3
(integer)
(string 50)))
(record "pretty-nested"
1 (list 3
(map 3
(integer)
(list 3
(map 3
(integer)
(string 50))))))
(record "multiple-bins"
3 (integer)
1 (string 50))
(record "test"
1 (nil)
1 (integer)
1 (double)
1 (string 50)
1 (bytes 50)
1 (list 3
(string 50))
1 (map 3
(integer)
(string 50))
1 (llist 3
(string 50)))
(record "llist-benchmark"
1 (llist 1000
(string 500)))
(record "list-benchmark"
1 (list 1000
(string 500)))