Skip to content

Commit faa89ec

Browse files
authored
Fix value bug (#179)
* added support for bitfield command. * replaced __value__ with __data__ - bug fix * fixed test command and group in memtier_benchmark-1key-100MB-string-bitfield.yml
1 parent b702dd9 commit faa89ec

10 files changed

+14
-14
lines changed

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
@@ -7,7 +7,7 @@ dbconfig:
77
preload_tool:
88
run_image: redislabs/memtier_benchmark:edge
99
tool: memtier_benchmark
10-
arguments: '"--data-size" "100" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
10+
arguments: '"--data-size" "100" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1111
tested-groups:
1212
- string
1313
- generic
@@ -24,7 +24,7 @@ build-variants:
2424
clientconfig:
2525
run_image: redislabs/memtier_benchmark:edge
2626
tool: memtier_benchmark
27-
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'
27+
arguments: '"--data-size" "100" --command "SETEX __key__ 10 __data__" --command-key-pattern="R" --command "SET __key__ __data__" --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'
2828
resources:
2929
requests:
3030
cpus: '3'

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
@@ -7,7 +7,7 @@ dbconfig:
77
preload_tool:
88
run_image: redislabs/memtier_benchmark:edge
99
tool: memtier_benchmark
10-
arguments: '"--data-size" "10" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
10+
arguments: '"--data-size" "10" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1111
tested-groups:
1212
- string
1313
- generic
@@ -24,7 +24,7 @@ build-variants:
2424
clientconfig:
2525
run_image: redislabs/memtier_benchmark:edge
2626
tool: memtier_benchmark
27-
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'
27+
arguments: '"--data-size" "10" --command "SETEX __key__ 10 __data__" --command-key-pattern="R" --command "SET __key__ __data__" --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'
2828
resources:
2929
requests:
3030
cpus: '3'

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
@@ -7,7 +7,7 @@ dbconfig:
77
preload_tool:
88
run_image: redislabs/memtier_benchmark:edge
99
tool: memtier_benchmark
10-
arguments: '"--data-size" "1000" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
10+
arguments: '"--data-size" "1000" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1111
tested-groups:
1212
- string
1313
- generic
@@ -24,7 +24,7 @@ build-variants:
2424
clientconfig:
2525
run_image: redislabs/memtier_benchmark:edge
2626
tool: memtier_benchmark
27-
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'
27+
arguments: '"--data-size" "1000" --command "SETEX __key__ 10 __data__" --command-key-pattern="R" --command "SET __key__ __data__" --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'
2828
resources:
2929
requests:
3030
cpus: '3'

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
@@ -7,7 +7,7 @@ dbconfig:
77
preload_tool:
88
run_image: redislabs/memtier_benchmark:edge
99
tool: memtier_benchmark
10-
arguments: '"--data-size" "1000" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
10+
arguments: '"--data-size" "1000" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1111
tested-groups:
1212
- string
1313
- generic
@@ -24,7 +24,7 @@ build-variants:
2424
clientconfig:
2525
run_image: redislabs/memtier_benchmark:edge
2626
tool: memtier_benchmark
27-
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'
27+
arguments: '"--data-size" "4000" --command "SETEX __key__ 10 __data__" --command-key-pattern="R" --command "SET __key__ __data__" --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'
2828
resources:
2929
requests:
3030
cpus: '3'

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dbconfig:
77
preload_tool:
88
run_image: redislabs/memtier_benchmark:edge
99
tool: memtier_benchmark
10-
arguments: '"--data-size" "100" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
10+
arguments: '"--data-size" "100" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1111
tested-commands:
1212
- get
1313
redis-topologies:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dbconfig:
77
preload_tool:
88
run_image: redislabs/memtier_benchmark:edge
99
tool: memtier_benchmark
10-
arguments: '"--data-size" "100" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
10+
arguments: '"--data-size" "100" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1111
tested-commands:
1212
- get
1313
redis-topologies:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dbconfig:
77
preload_tool:
88
run_image: redislabs/memtier_benchmark:edge
99
tool: memtier_benchmark
10-
arguments: '"--data-size" "10" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
10+
arguments: '"--data-size" "10" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1111
tested-commands:
1212
- get
1313
redis-topologies:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dbconfig:
77
preload_tool:
88
run_image: redislabs/memtier_benchmark:edge
99
tool: memtier_benchmark
10-
arguments: '"--data-size" "10" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
10+
arguments: '"--data-size" "10" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1111
tested-commands:
1212
- get
1313
redis-topologies:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dbconfig:
77
preload_tool:
88
run_image: redislabs/memtier_benchmark:edge
99
tool: memtier_benchmark
10-
arguments: '"--data-size" "1000" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
10+
arguments: '"--data-size" "1000" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1111
tested-commands:
1212
- get
1313
redis-topologies:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dbconfig:
77
preload_tool:
88
run_image: redislabs/memtier_benchmark:edge
99
tool: memtier_benchmark
10-
arguments: '"--data-size" "1000" "--command" "SET __key__ __value__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
10+
arguments: '"--data-size" "1000" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram"'
1111
tested-commands:
1212
- get
1313
redis-topologies:

0 commit comments

Comments
 (0)