Skip to content

Commit 315c85b

Browse files
committed
Add missing variants with no pipeline
1 parent ca08d03 commit 315c85b

3 files changed

+114
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
version: 0.4
2+
name: memtier_benchmark-3Mkeys-string-get-with-1KiB-values-400_conns
3+
description: Runs memtier_benchmark, for a keyspace length of 3M keys loading STRINGs in which the value has a data size of 1000 Bytes, with 400 clients running random GET commands.
4+
dbconfig:
5+
configuration-parameters:
6+
save: '""'
7+
check:
8+
keyspacelen: 3000000
9+
preload_tool:
10+
run_image: redislabs/memtier_benchmark:edge
11+
tool: memtier_benchmark
12+
arguments: --data-size 1000 --ratio 1:0 -n allkeys --pipeline 10 --key-maximum 3000000 --key-pattern P:P --key-minimum 1 --hide-histogram -t 4 -c 10
13+
resources:
14+
requests:
15+
memory: 3g
16+
tested-commands:
17+
- set
18+
redis-topologies:
19+
- oss-standalone
20+
- oss-standalone-02-io-threads
21+
- oss-standalone-04-io-threads
22+
- oss-standalone-08-io-threads
23+
- oss-standalone-16-io-threads
24+
build-variants:
25+
- gcc:8.5.0-amd64-debian-buster-default
26+
- dockerhub
27+
clientconfig:
28+
run_image: redislabs/memtier_benchmark:edge
29+
tool: memtier_benchmark
30+
arguments: '"--data-size" "1000" --distinct-client-seed --ratio 0:1 --key-pattern R:R --key-minimum=1 --key-maximum 3000000 --test-time 180 -c 40 -t 10 --hide-histogram'
31+
resources:
32+
requests:
33+
cpus: "10"
34+
memory: 3g
35+
36+
tested-groups:
37+
- string
38+
priority: 17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
version: 0.4
2+
name: memtier_benchmark-3Mkeys-string-get-with-1KiB-values-40_conns
3+
description: Runs memtier_benchmark, for a keyspace length of 3M keys loading STRINGs in which the value has a data size of 1000 Bytes, with 40 clients running random GET commands.
4+
dbconfig:
5+
configuration-parameters:
6+
save: '""'
7+
check:
8+
keyspacelen: 3000000
9+
preload_tool:
10+
run_image: redislabs/memtier_benchmark:edge
11+
tool: memtier_benchmark
12+
arguments: --data-size 1000 --ratio 1:0 -n allkeys --pipeline 10 --key-maximum 3000000 --key-pattern P:P --key-minimum 1 --hide-histogram -t 4 -c 10
13+
resources:
14+
requests:
15+
memory: 3g
16+
tested-commands:
17+
- set
18+
redis-topologies:
19+
- oss-standalone
20+
- oss-standalone-02-io-threads
21+
- oss-standalone-04-io-threads
22+
- oss-standalone-08-io-threads
23+
- oss-standalone-16-io-threads
24+
build-variants:
25+
- gcc:8.5.0-amd64-debian-buster-default
26+
- dockerhub
27+
clientconfig:
28+
run_image: redislabs/memtier_benchmark:edge
29+
tool: memtier_benchmark
30+
arguments: '"--data-size" "1000" --distinct-client-seed --ratio 0:1 --key-pattern R:R --key-minimum=1 --key-maximum 3000000 --test-time 180 -c 4 -t 10 --hide-histogram'
31+
resources:
32+
requests:
33+
cpus: "10"
34+
memory: 3g
35+
36+
tested-groups:
37+
- string
38+
priority: 17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
version: 0.4
2+
name: memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-400_conns
3+
description: Runs memtier_benchmark, for a keyspace length of 3M keys loading STRINGs in which the value has a data size of 1000 Bytes, with 400 clients running random GET commands.
4+
dbconfig:
5+
configuration-parameters:
6+
save: '""'
7+
check:
8+
keyspacelen: 3000000
9+
preload_tool:
10+
run_image: redislabs/memtier_benchmark:edge
11+
tool: memtier_benchmark
12+
arguments: --data-size 512 --ratio 1:0 -n allkeys --pipeline 10 --key-maximum 3000000 --key-pattern P:P --key-minimum 1 --hide-histogram -t 4 -c 10
13+
resources:
14+
requests:
15+
memory: 3g
16+
tested-commands:
17+
- set
18+
redis-topologies:
19+
- oss-standalone
20+
- oss-standalone-02-io-threads
21+
- oss-standalone-04-io-threads
22+
- oss-standalone-08-io-threads
23+
- oss-standalone-16-io-threads
24+
build-variants:
25+
- gcc:8.5.0-amd64-debian-buster-default
26+
- dockerhub
27+
clientconfig:
28+
run_image: redislabs/memtier_benchmark:edge
29+
tool: memtier_benchmark
30+
arguments: '"--data-size" "512" --distinct-client-seed --ratio 1:4 --key-pattern R:R --key-minimum=1 --key-maximum 3000000 --test-time 180 -c 40 -t 10 --hide-histogram'
31+
resources:
32+
requests:
33+
cpus: "10"
34+
memory: 3g
35+
36+
tested-groups:
37+
- string
38+
priority: 17

0 commit comments

Comments
 (0)