File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ services:
23
23
AS_HOST : aerospike
24
24
AS_PORT : 3000
25
25
26
+ aerospike-tools-sindex :
27
+ image : aerospike/aerospike-tools
28
+ container_name : aerospike-tools-sindex
29
+ depends_on :
30
+ - aerospike-tools-asbench-batch
31
+ command : asadm -h aerospike --enable -e "manage sindex create numeric sindex1 ns test bin 0"
32
+
26
33
aerospike-tools-asbench-batch :
27
34
image : aerospike/aerospike-tools:${AEROSPIKE_TOOLS_VERSION}
28
35
container_name : aerospike-tools-asbench-batch
@@ -31,4 +38,10 @@ services:
31
38
condition : service_healthy
32
39
command : asbench -h aerospike -T 10 -t 10 -n test -s mysets -K 0 -k 900000 -o B80 -w RU,60 -z 64 -g 4000 --batch-size 100 --batch-read-size 100 --batch-write-size 30
33
40
34
-
41
+ aerospike-tools-asbench :
42
+ image : aerospike/aerospike-tools:${AEROSPIKE_TOOLS_VERSION}
43
+ container_name : aerospike-tools-asbench
44
+ depends_on :
45
+ aerospike :
46
+ condition : service_healthy
47
+ command : asbench -h aerospike -T 10 -t 10 -n test -s mysets -K 0 -k 900000 -o B80 -w RU,60 -z 64 -g 4000
You can’t perform that action at this time.
0 commit comments