Skip to content

Commit 18334f5

Browse files
Fixed missing pipeline 10 on the 2 new listpack tests
1 parent fe8ad85 commit 18334f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redis-benchmarks-specification"
3-
version = "0.1.248"
3+
version = "0.1.249"
44
description = "The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute."
55
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"]
66
readme = "Readme.md"

redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-7bit-uint-lrange-all-elements-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build-variants:
2323
clientconfig:
2424
run_image: redislabs/memtier_benchmark:edge
2525
tool: memtier_benchmark
26-
arguments: --command="LRANGE list:100:ints:7BIT_UINT 0 -1" --hide-histogram --test-time 180
26+
arguments: --pipeline 10 --command="LRANGE list:100:ints:7BIT_UINT 0 -1" --hide-histogram --test-time 180
2727
resources:
2828
requests:
2929
cpus: '4'

redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-lrange-all-elements-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build-variants:
2323
clientconfig:
2424
run_image: redislabs/memtier_benchmark:edge
2525
tool: memtier_benchmark
26-
arguments: --command="LRANGE list:100:ints 0 -1" --hide-histogram --test-time 180
26+
arguments: --pipeline 10 --command="LRANGE list:100:ints 0 -1" --hide-histogram --test-time 180
2727
resources:
2828
requests:
2929
cpus: '4'

0 commit comments

Comments
 (0)