Skip to content

Commit 1e2d104

Browse files
Added LINDEX pipeline benchmarks
1 parent 04031c9 commit 1e2d104

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
version: 0.4
2+
name: memtier_benchmark-1key-list-10K-elements-lindex-string-pipeline-10
3+
description: 'Runs memtier_benchmark, for a keyspace length of 1 LIST key. The LIST contains 10000 string elements in it and we query it using LPOS of a element that we know it is in the middle of the list. '
4+
dbconfig:
5+
configuration-parameters:
6+
save: '""'
7+
check:
8+
keyspacelen: 1
9+
preload_tool:
10+
run_image: redislabs/memtier_benchmark:edge
11+
tool: memtier_benchmark
12+
arguments: --hide-histogram --command "RPUSH strlist __key__" --key-maximum 10000 --key-minimum 1 -n allkeys --key-prefix "hello" --command-key-pattern S -c 1 -t 1 --pipeline 10
13+
resources:
14+
requests:
15+
cpus: '2'
16+
memory: 1g
17+
tested-groups:
18+
- list
19+
tested-commands:
20+
- lindex
21+
redis-topologies:
22+
- oss-standalone
23+
build-variants:
24+
- gcc:8.5.0-amd64-debian-buster-default
25+
- dockerhub
26+
clientconfig:
27+
run_image: redislabs/memtier_benchmark:edge
28+
tool: memtier_benchmark
29+
arguments: --command="LINDEX strlist 5000" --hide-histogram --test-time 120 --pipeline 10
30+
resources:
31+
requests:
32+
cpus: '4'
33+
memory: 2g
34+
priority: 34

0 commit comments

Comments
 (0)