Skip to content

Commit 6880d60

Browse files
Added memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements. Helps assessing redis/redis#10310 (#83)
1 parent 221ece5 commit 6880d60

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
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.21"
3+
version = "0.1.22"
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"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
version: 0.4
2+
name: "memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements"
3+
description: "Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key.
4+
The SORTED SET contains 1M elements in it and we query it using ZREVRANGE with a range of 5 elements.
5+
This benchmarks helps assessing: https://github.com/redis/redis/issues/10310"
6+
7+
dbconfig:
8+
configuration-parameters:
9+
save: '""'
10+
preload_tool:
11+
run_image: redislabs/memtier_benchmark:edge
12+
tool: memtier_benchmark
13+
arguments: '--key-maximum 1000000 --key-prefix "" --command="ZADD lb __key__ __key__" --command-key-pattern P --hide-histogram -t 4 -c 100'
14+
tested-commands:
15+
- ZREVRANGE
16+
redis-topologies:
17+
- oss-standalone
18+
19+
build-variants:
20+
- gcc:8.5.0-amd64-debian-buster-default
21+
22+
clientconfig:
23+
run_image: redislabs/memtier_benchmark:edge
24+
tool: memtier_benchmark
25+
arguments: '--command="ZREVRANGE lb 5 10" --hide-histogram --test-time 180'
26+
resources:
27+
requests:
28+
cpus: "4"
29+
memory: "2g"
30+
exporter:
31+
redistimeseries:
32+
break_by:
33+
- version
34+
- commit
35+
timemetric: '$."ALL STATS".Runtime."Start time"'
36+
metrics:
37+
- '$."ALL STATS".*."Ops/sec"'
38+
- '$."ALL STATS".*."Latency"'

0 commit comments

Comments
 (0)