Skip to content

Commit 71a7e28

Browse files
committed
Updated memtier docker image to use the edge component
1 parent b657d61 commit 71a7e28

10 files changed

+14
-14
lines changed

redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-variants:
1515
- gcc:8.5.0-amd64-debian-buster-default
1616

1717
clientconfig:
18-
run_image: redislabs/memtier_benchmark:1.3.0
18+
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
2020
arguments: '"--pipeline" "10" "--data-size" "100" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" "--command-key-pattern" "P" --key-minimum=1 --key-maximum 10000000 -n 50000 -c 50 -t 4 --hide-histogram'
2121
resources:

redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-variants:
1515
- gcc:8.5.0-amd64-debian-buster-default
1616

1717
clientconfig:
18-
run_image: redislabs/memtier_benchmark:1.3.0
18+
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
2020
arguments: '"--data-size" "100" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -n 50000 -c 50 -t 4 --hide-histogram'
2121
resources:

redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-variants:
1515
- gcc:8.5.0-amd64-debian-buster-default
1616

1717
clientconfig:
18-
run_image: redislabs/memtier_benchmark:1.3.0
18+
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
2020
arguments: '"--pipeline" "10" "--data-size" "10" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -n 50000 -c 50 -t 4 --hide-histogram'
2121
resources:

redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-variants:
1515
- gcc:8.5.0-amd64-debian-buster-default
1616

1717
clientconfig:
18-
run_image: redislabs/memtier_benchmark:1.3.0
18+
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
2020
arguments: '"--data-size" "10" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -n 50000 -c 50 -t 4 --hide-histogram'
2121
resources:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dbconfig:
66
configuration-parameters:
77
save: '""'
88
preload_tool:
9-
run_image: redislabs/memtier_benchmark:1.3.0
9+
run_image: redislabs/memtier_benchmark:edge
1010
tool: memtier_benchmark
1111
arguments: '"--data-size" "100" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1212
tested-commands:
@@ -21,7 +21,7 @@ build-variants:
2121
- gcc:8.5.0-amd64-debian-buster-default
2222

2323
clientconfig:
24-
run_image: redislabs/memtier_benchmark:1.3.0
24+
run_image: redislabs/memtier_benchmark:edge
2525
tool: memtier_benchmark
2626
arguments: '"--data-size" "100" --command "SETEX __key__ 10 __value__" --command-key-pattern="R" --command "SET __key__ __value__" --command-key-pattern="R" --command "GET __key__" --command-key-pattern="R" --command "DEL __key__" --command-key-pattern="R" -c 50 -t 2 --hide-histogram --test-time 300'
2727
resources:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dbconfig:
66
configuration-parameters:
77
save: '""'
88
preload_tool:
9-
run_image: redislabs/memtier_benchmark:1.3.0
9+
run_image: redislabs/memtier_benchmark:edge
1010
tool: memtier_benchmark
1111
arguments: '"--data-size" "10" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1212
tested-commands:
@@ -21,7 +21,7 @@ build-variants:
2121
- gcc:8.5.0-amd64-debian-buster-default
2222

2323
clientconfig:
24-
run_image: redislabs/memtier_benchmark:1.3.0
24+
run_image: redislabs/memtier_benchmark:edge
2525
tool: memtier_benchmark
2626
arguments: '"--data-size" "10" --command "SETEX __key__ 10 __value__" --command-key-pattern="R" --command "SET __key__ __value__" --command-key-pattern="R" --command "GET __key__" --command-key-pattern="R" --command "DEL __key__" --command-key-pattern="R" -c 50 -t 2 --hide-histogram --test-time 300'
2727
resources:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dbconfig:
66
configuration-parameters:
77
save: '""'
88
preload_tool:
9-
run_image: redislabs/memtier_benchmark:1.3.0
9+
run_image: redislabs/memtier_benchmark:edge
1010
tool: memtier_benchmark
1111
arguments: '"--data-size" "1000" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1212
tested-commands:
@@ -21,7 +21,7 @@ build-variants:
2121
- gcc:8.5.0-amd64-debian-buster-default
2222

2323
clientconfig:
24-
run_image: redislabs/memtier_benchmark:1.3.0
24+
run_image: redislabs/memtier_benchmark:edge
2525
tool: memtier_benchmark
2626
arguments: '"--data-size" "1000" --command "SETEX __key__ 10 __value__" --command-key-pattern="R" --command "SET __key__ __value__" --command-key-pattern="R" --command "GET __key__" --command-key-pattern="R" --command "DEL __key__" --command-key-pattern="R" -c 50 -t 2 --hide-histogram --test-time 300'
2727
resources:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dbconfig:
66
configuration-parameters:
77
save: '""'
88
preload_tool:
9-
run_image: redislabs/memtier_benchmark:1.3.0
9+
run_image: redislabs/memtier_benchmark:edge
1010
tool: memtier_benchmark
1111
arguments: '"--data-size" "1000" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1212
tested-commands:
@@ -21,7 +21,7 @@ build-variants:
2121
- gcc:8.5.0-amd64-debian-buster-default
2222

2323
clientconfig:
24-
run_image: redislabs/memtier_benchmark:1.3.0
24+
run_image: redislabs/memtier_benchmark:edge
2525
tool: memtier_benchmark
2626
arguments: '"--data-size" "4000" --command "SETEX __key__ 10 __value__" --command-key-pattern="R" --command "SET __key__ __value__" --command-key-pattern="R" --command "GET __key__" --command-key-pattern="R" --command "DEL __key__" --command-key-pattern="R" -c 50 -t 2 --hide-histogram --test-time 300'
2727
resources:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-variants:
1515
- gcc:8.5.0-amd64-debian-buster-default
1616

1717
clientconfig:
18-
run_image: redislabs/memtier_benchmark:1.3.0
18+
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
2020
arguments: '"--pipeline" "10" "--data-size" "1000" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 -n 5000 -c 50 -t 4 --hide-histogram'
2121
resources:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-variants:
1515
- gcc:8.5.0-amd64-debian-buster-default
1616

1717
clientconfig:
18-
run_image: redislabs/memtier_benchmark:1.3.0
18+
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
2020
arguments: '"--data-size" "1000" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 -n 5000 -c 50 -t 4 --hide-histogram'
2121
resources:

0 commit comments

Comments
 (0)