redis-benchmarks-specification 0.1.275__py3-none-any.whl → 0.1.276__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of redis-benchmarks-specification might be problematic. Click here for more details.
- redis_benchmarks_specification/__runner__/args.py +7 -1
- redis_benchmarks_specification/__runner__/runner.py +116 -23
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml +4 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml +2 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml +2 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-psetex-expire-use-case.yml +2 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-setex-expire-use-case.yml +2 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml +2 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml +2 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml +4 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-with-expiration-240B-400_conns.yml +4 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-set-with-ex-100B-pipeline-10.yml +1 -1
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-100B-values-cursor-count-1000.yml +34 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values-cursor-count-100.yml +34 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values.yml +34 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml +1 -1
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan-cursor-count-100.yml +32 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan.yml +32 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zscan.yml +32 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-50-50-with-512B-values-with-expiration-pipeline-10-400_conns.yml +0 -2
- {redis_benchmarks_specification-0.1.275.dist-info → redis_benchmarks_specification-0.1.276.dist-info}/METADATA +1 -1
- {redis_benchmarks_specification-0.1.275.dist-info → redis_benchmarks_specification-0.1.276.dist-info}/RECORD +25 -27
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-string-set-update-del-ex-36000-pipeline-10.yml +0 -32
- redis_benchmarks_specification/test-suites/memtier_benchmark-150Mkeys-string-set-ex-20-pipeline-10.yml +0 -30
- redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-10-with-precondition-pipeline-10.yml +0 -34
- redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-10years-pipeline-10.yml +0 -30
- redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-3-pipeline-10.yml +0 -30
- redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-random-range-pipeline-10.yml +0 -30
- redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-update-del-ex-120-pipeline-10.yml +0 -32
- redis_benchmarks_specification/test-suites/memtier_benchmark-80Mkeys-string-set-ex-20-precodition-multiclient-pipeline-10.yml +0 -34
- {redis_benchmarks_specification-0.1.275.dist-info → redis_benchmarks_specification-0.1.276.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.1.275.dist-info → redis_benchmarks_specification-0.1.276.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.1.275.dist-info → redis_benchmarks_specification-0.1.276.dist-info}/entry_points.txt +0 -0
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
version: 0.4
|
|
2
|
-
name: memtier_benchmark-50Mkeys-string-set-ex-random-range-pipeline-10
|
|
3
|
-
description: Runs memtier_benchmark with SET EX using random TTL range from 20 seconds to 30 days. Worst-case test for ebuckets with wide TTL distribution. Note - requires memtier_benchmark modification to support __data__ placeholder for EX values.
|
|
4
|
-
dbconfig:
|
|
5
|
-
configuration-parameters:
|
|
6
|
-
save: '""'
|
|
7
|
-
check:
|
|
8
|
-
keyspacelen: 0
|
|
9
|
-
resources:
|
|
10
|
-
requests:
|
|
11
|
-
memory: 10g
|
|
12
|
-
tested-commands:
|
|
13
|
-
- set
|
|
14
|
-
tested-groups:
|
|
15
|
-
- string
|
|
16
|
-
redis-topologies:
|
|
17
|
-
- oss-standalone
|
|
18
|
-
build-variants:
|
|
19
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
20
|
-
- dockerhub
|
|
21
|
-
clientconfig:
|
|
22
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
23
|
-
tool: memtier_benchmark
|
|
24
|
-
arguments: '--command "SET __key__ BBB EX __data__" -c 50 -t 4 --data-size-range=20-2592000 --command-key-pattern=P --pipeline 10 --hide-histogram --key-maximum 50000000 -n allkeys --key-prefix=1'
|
|
25
|
-
resources:
|
|
26
|
-
requests:
|
|
27
|
-
cpus: '4'
|
|
28
|
-
memory: 2g
|
|
29
|
-
|
|
30
|
-
priority: 1
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
version: 0.4
|
|
2
|
-
name: memtier_benchmark-50Mkeys-string-set-update-del-ex-120-pipeline-10
|
|
3
|
-
description: Multi-step test - SET EX 120, then update same keys with SET EX 120, then DEL. Tests command throughput without active expiration (120s TTL prevents expiration during test).
|
|
4
|
-
dbconfig:
|
|
5
|
-
configuration-parameters:
|
|
6
|
-
save: '""'
|
|
7
|
-
check:
|
|
8
|
-
keyspacelen: 0
|
|
9
|
-
resources:
|
|
10
|
-
requests:
|
|
11
|
-
memory: 10g
|
|
12
|
-
tested-commands:
|
|
13
|
-
- set
|
|
14
|
-
- del
|
|
15
|
-
tested-groups:
|
|
16
|
-
- string
|
|
17
|
-
- generic
|
|
18
|
-
redis-topologies:
|
|
19
|
-
- oss-standalone
|
|
20
|
-
build-variants:
|
|
21
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
22
|
-
- dockerhub
|
|
23
|
-
clientconfig:
|
|
24
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
25
|
-
tool: memtier_benchmark
|
|
26
|
-
arguments: '--command "SET __key__ BBB EX 120" --command "SET __key__ BBB EX 120" --command "DEL __key__" -c 50 -t 4 --command-key-pattern=P --pipeline 10 --hide-histogram --key-maximum 50000000 -n allkeys'
|
|
27
|
-
resources:
|
|
28
|
-
requests:
|
|
29
|
-
cpus: '4'
|
|
30
|
-
memory: 2g
|
|
31
|
-
|
|
32
|
-
priority: 1
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
version: 0.4
|
|
2
|
-
name: memtier_benchmark-80Mkeys-string-set-ex-20-precodition-multiclient-pipeline-10
|
|
3
|
-
description: Multi-step AWS test - Precondition SET EX 10000 for 20M keys, then SET EX 20 for 80M keys with 4 clients and 2 threads. Tests multi-client expiration performance.
|
|
4
|
-
dbconfig:
|
|
5
|
-
configuration-parameters:
|
|
6
|
-
save: '""'
|
|
7
|
-
check:
|
|
8
|
-
keyspacelen: 20000000
|
|
9
|
-
preload_tool:
|
|
10
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
11
|
-
tool: memtier_benchmark
|
|
12
|
-
arguments: '--command "SET __key__ XXX EX 10000" --command-key-pattern=P -c 50 -t 4 --pipeline 10 --hide-histogram --key-maximum 20000000 -n allkeys --key-prefix=1'
|
|
13
|
-
resources:
|
|
14
|
-
requests:
|
|
15
|
-
memory: 15g
|
|
16
|
-
tested-commands:
|
|
17
|
-
- set
|
|
18
|
-
tested-groups:
|
|
19
|
-
- string
|
|
20
|
-
redis-topologies:
|
|
21
|
-
- oss-standalone
|
|
22
|
-
build-variants:
|
|
23
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
24
|
-
- dockerhub
|
|
25
|
-
clientconfig:
|
|
26
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
27
|
-
tool: memtier_benchmark
|
|
28
|
-
arguments: '--command "SET __key__ XXX EX 20" --command-key-pattern=P -c 4 -t 2 --pipeline 10 --hide-histogram --key-maximum 80000000 -n allkeys --key-prefix=2'
|
|
29
|
-
resources:
|
|
30
|
-
requests:
|
|
31
|
-
cpus: '4'
|
|
32
|
-
memory: 4g
|
|
33
|
-
|
|
34
|
-
priority: 1
|
|
File without changes
|
|
File without changes
|