Skip to content

Introduced redis-benchmark-full-suite-1Mkeys-1KiB benchmark variation #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
version: 0.4
name: "redis-benchmark-full-suite-1Mkeys-1KiB"
description: "Runs the default redis-benchmark test suite, for a keyspace length of 1M keys
with a data size of 1000 Bytes for each key. On total 50 concurrent connections
will be used, sending 1M requests."
dbconfig:
- configuration-parameters:
- save: '""'
tested-commands:
- PING
- SET
- GET
- INCR
- LPUSH
- RPUSH
- LPOP
- RPOP
- SADD
- SPOP
- ZADD
- ZPOPMIN
- LRANGE
- MSET
redis-topologies:
- oss-standalone

build-variants:
- gcc:8.5.0-amd64-debian-buster-default

clientconfig:
run_image: redis:6.2.4
tool: redis-benchmark
min-tool-version: "6.2.0"
parameters:
- clients: 50
- requests: 1000000
- threads: 3
- pipeline: 1
- keyspacelen: 1000000
- size: 1000
resources:
requests:
cpus: "3"
memory: "2g"
exporter:
redistimeseries:
break_by:
- version
- commit
timemetric: "$.StartTime"
metrics:
- "$.Tests.*.rps"
- "$.Tests.*.avg_latency_ms"
- "$.Tests.*.p50_latency_ms"
- "$.Tests.*.p95_latency_ms"
- "$.Tests.*.p99_latency_ms"
- "$.Tests.*.max_latency_ms"
- "$.Tests.*.min_latency_ms"