redis-benchmarks-specification 0.2.27__py3-none-any.whl → 0.2.29__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/test-suites/memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-1.yml +43 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-10.yml +3 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-stream-10M-entries-xreadgroup-count-100-noack.yml +38 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-stream-10M-entries-xreadgroup-count-100.yml +9 -9
- redis_benchmarks_specification/test-suites/memtier_benchmark-stream-concurrent-xadd-xreadgroup-70-30.yml +1 -1
- {redis_benchmarks_specification-0.2.27.dist-info → redis_benchmarks_specification-0.2.29.dist-info}/METADATA +2 -5
- {redis_benchmarks_specification-0.2.27.dist-info → redis_benchmarks_specification-0.2.29.dist-info}/RECORD +10 -8
- {redis_benchmarks_specification-0.2.27.dist-info → redis_benchmarks_specification-0.2.29.dist-info}/WHEEL +1 -1
- {redis_benchmarks_specification-0.2.27.dist-info/licenses → redis_benchmarks_specification-0.2.29.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.2.27.dist-info → redis_benchmarks_specification-0.2.29.dist-info}/entry_points.txt +0 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
version: 0.4
|
|
2
|
+
name: memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-1
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace of 1M keys with 10% SETs and 90%
|
|
4
|
+
GETs (mixed) with a data size of 1000 Bytes and pipeline 10.
|
|
5
|
+
dbconfig:
|
|
6
|
+
configuration-parameters:
|
|
7
|
+
save: '""'
|
|
8
|
+
check:
|
|
9
|
+
keyspacelen: 1000000
|
|
10
|
+
preload_tool:
|
|
11
|
+
run_image: redislabs/memtier_benchmark:edge
|
|
12
|
+
tool: memtier_benchmark
|
|
13
|
+
arguments: --data-size 1000 --pipeline 50 -n allkeys --ratio 1:0 --key-pattern
|
|
14
|
+
P:P -c 1 -t 4 --hide-histogram --key-minimum 1 --key-maximum 1000000
|
|
15
|
+
resources:
|
|
16
|
+
requests:
|
|
17
|
+
memory: 1g
|
|
18
|
+
dataset_name: 1Mkeys-string-1KiB-size
|
|
19
|
+
dataset_description: This dataset contains 1 million string keys, each with a data
|
|
20
|
+
size of 1 KiB.
|
|
21
|
+
tested-commands:
|
|
22
|
+
- set
|
|
23
|
+
- get
|
|
24
|
+
tested-groups:
|
|
25
|
+
- string
|
|
26
|
+
redis-topologies:
|
|
27
|
+
- oss-standalone-08-io-threads
|
|
28
|
+
- oss-standalone-04-io-threads
|
|
29
|
+
- oss-standalone-02-io-threads
|
|
30
|
+
- oss-standalone
|
|
31
|
+
build-variants:
|
|
32
|
+
- gcc:15.2.0-amd64-debian-bookworm-default
|
|
33
|
+
- gcc:15.2.0-arm64-debian-bookworm-default
|
|
34
|
+
- dockerhub
|
|
35
|
+
clientconfig:
|
|
36
|
+
run_image: redislabs/memtier_benchmark:edge
|
|
37
|
+
tool: memtier_benchmark
|
|
38
|
+
arguments: '"--data-size" "1000" --ratio 1:10 --key-pattern R:R --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram --pipeline 1'
|
|
39
|
+
resources:
|
|
40
|
+
requests:
|
|
41
|
+
cpus: '4'
|
|
42
|
+
memory: 2g
|
|
43
|
+
priority: 1
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
version: 0.4
|
|
2
|
+
name: memtier_benchmark-stream-10M-entries-xreadgroup-count-100-noack
|
|
3
|
+
description: "Runs memtier_benchmark, pre-loading Redis with 10M stream entries using XADD, creating a consumer group, then testing XREADGROUP performance with COUNT 100 and NOACK enabled."
|
|
4
|
+
dbconfig:
|
|
5
|
+
configuration-parameters:
|
|
6
|
+
save: '""'
|
|
7
|
+
check:
|
|
8
|
+
keyspacelen: 1
|
|
9
|
+
preload_tool:
|
|
10
|
+
run_image: redislabs/memtier_benchmark:edge
|
|
11
|
+
tool: memtier_benchmark
|
|
12
|
+
arguments: '"--data-size" "100" --command "XADD stream-key * field __data__" --command-key-pattern="P" -n 50000 -c 50 -t 4 --hide-histogram'
|
|
13
|
+
init_commands:
|
|
14
|
+
- XGROUP CREATE stream-key test-group 0 MKSTREAM
|
|
15
|
+
resources:
|
|
16
|
+
requests:
|
|
17
|
+
memory: 4g
|
|
18
|
+
dataset_name: 1k-stream-entries-with-consumer-group
|
|
19
|
+
dataset_description: This dataset contains 1 stream key with 10M entries, each with a field containing 100 bytes of data, and a consumer group named 'test-group'.
|
|
20
|
+
tested-commands:
|
|
21
|
+
- xreadgroup
|
|
22
|
+
redis-topologies:
|
|
23
|
+
- oss-standalone
|
|
24
|
+
build-variants:
|
|
25
|
+
- gcc:15.2.0-amd64-debian-bookworm-default
|
|
26
|
+
- gcc:15.2.0-arm64-debian-bookworm-default
|
|
27
|
+
- dockerhub
|
|
28
|
+
clientconfig:
|
|
29
|
+
run_image: redislabs/memtier_benchmark:edge
|
|
30
|
+
tool: memtier_benchmark
|
|
31
|
+
arguments: --command="XREADGROUP GROUP test-group consumer1 COUNT 100 NOACK STREAMS stream-key >" --hide-histogram -n 1000 -c 25 -t 4
|
|
32
|
+
resources:
|
|
33
|
+
requests:
|
|
34
|
+
cpus: "4"
|
|
35
|
+
memory: 2g
|
|
36
|
+
tested-groups:
|
|
37
|
+
- stream
|
|
38
|
+
priority: 94
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-stream-10M-entries-xreadgroup-count-100
|
|
3
|
-
description:
|
|
3
|
+
description: "Runs memtier_benchmark, pre-loading Redis with 10M stream entries using XADD, creating a consumer group, then testing XREADGROUP performance with COUNT 100."
|
|
4
4
|
dbconfig:
|
|
5
5
|
configuration-parameters:
|
|
6
6
|
save: '""'
|
|
@@ -11,28 +11,28 @@ dbconfig:
|
|
|
11
11
|
tool: memtier_benchmark
|
|
12
12
|
arguments: '"--data-size" "100" --command "XADD stream-key * field __data__" --command-key-pattern="P" -n 50000 -c 50 -t 4 --hide-histogram'
|
|
13
13
|
init_commands:
|
|
14
|
-
|
|
14
|
+
- XGROUP CREATE stream-key test-group 0 MKSTREAM
|
|
15
15
|
resources:
|
|
16
16
|
requests:
|
|
17
17
|
memory: 4g
|
|
18
18
|
dataset_name: 1k-stream-entries-with-consumer-group
|
|
19
19
|
dataset_description: This dataset contains 1 stream key with 10M entries, each with a field containing 100 bytes of data, and a consumer group named 'test-group'.
|
|
20
20
|
tested-commands:
|
|
21
|
-
- xreadgroup
|
|
21
|
+
- xreadgroup
|
|
22
22
|
redis-topologies:
|
|
23
|
-
- oss-standalone
|
|
23
|
+
- oss-standalone
|
|
24
24
|
build-variants:
|
|
25
|
-
- gcc:15.2.0-amd64-debian-bookworm-default
|
|
26
|
-
- gcc:15.2.0-arm64-debian-bookworm-default
|
|
27
|
-
- dockerhub
|
|
25
|
+
- gcc:15.2.0-amd64-debian-bookworm-default
|
|
26
|
+
- gcc:15.2.0-arm64-debian-bookworm-default
|
|
27
|
+
- dockerhub
|
|
28
28
|
clientconfig:
|
|
29
29
|
run_image: redislabs/memtier_benchmark:edge
|
|
30
30
|
tool: memtier_benchmark
|
|
31
31
|
arguments: --command="XREADGROUP GROUP test-group consumer1 COUNT 100 STREAMS stream-key >" --hide-histogram -n 1000 -c 25 -t 4
|
|
32
32
|
resources:
|
|
33
33
|
requests:
|
|
34
|
-
cpus:
|
|
34
|
+
cpus: "4"
|
|
35
35
|
memory: 2g
|
|
36
36
|
tested-groups:
|
|
37
|
-
- stream
|
|
37
|
+
- stream
|
|
38
38
|
priority: 94
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-stream-concurrent-xadd-xreadgroup-70-30
|
|
3
3
|
description:
|
|
4
|
-
Starting with a pre-loaded stream of 500K entries, the benchmark tests concurrent stream operations with a consumer group for distributed processing.
|
|
4
|
+
Starting with a pre-loaded stream of 500K entries, the benchmark tests concurrent stream operations with a consumer group for distributed processing.
|
|
5
5
|
70% of commands produce messages with XADD, while 30% consume with XREADGROUP COUNT 10.
|
|
6
6
|
500K initial entries plus 200K * 70% minus 200K * 10 * (15% + 15%) ≈ 40K left in the stream at the end.
|
|
7
7
|
dbconfig:
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: redis-benchmarks-specification
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.29
|
|
4
4
|
Summary: 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.
|
|
5
|
-
License-File: LICENSE
|
|
6
5
|
Author: filipecosta90
|
|
7
6
|
Author-email: filipecosta.90@gmail.com
|
|
8
7
|
Requires-Python: >=3.10.0,<4.0.0
|
|
@@ -10,8 +9,6 @@ Classifier: Programming Language :: Python :: 3
|
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.14
|
|
15
12
|
Requires-Dist: Flask (>=2.0.3,<3.0.0)
|
|
16
13
|
Requires-Dist: Flask-HTTPAuth (>=4.4.0,<5.0.0)
|
|
17
14
|
Requires-Dist: GitPython (>=3.1.20,<4.0.0)
|
|
@@ -163,7 +163,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed
|
|
|
163
163
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-with-expiration-240B-400_conns.yml,sha256=1YIVXSLRytR9-QIayu6jCxnFd1KJlY8o0rwJYT28Hx8,1549
|
|
164
164
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-set-with-ex-100B-pipeline-10.yml,sha256=5C2S9LpQDH-_IpjWwYH9tCnK0jvm9pZdlnyGmJMA9gc,1300
|
|
165
165
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setex-100B-pipeline-10.yml,sha256=NE5oujnTwuHINrlvHBjMEFSKY_iwKimAvq4twnYfmXI,1297
|
|
166
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-
|
|
166
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-1.yml,sha256=C-wDrzi7bSUr9v1q3-nhuM_GdTQ_IQv35ORjZzaZqtY,1366
|
|
167
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-10.yml,sha256=Qt6ReUnzFmnfesvLx3h-vFPwpWoisIjW7y0e9acDnIA,1368
|
|
167
168
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B-pipeline-10.yml,sha256=h6haEl469vZSnp9LTB3wds12EwGfyNSEm1iqXxh72s8,1329
|
|
168
169
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B.yml,sha256=Wg8joxF6TuCOyQbC4CpW8LTx49PpIAKvNhtwqJpX95k,1303
|
|
169
170
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-100M-bits-bitmap-bitcount.yml,sha256=I4fNkW8P-tVpkkfep8gcPeQ6BgPlZnG4EAytvtxU1hU,1498
|
|
@@ -290,12 +291,13 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-ca
|
|
|
290
291
|
redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-100k-sessions.yml,sha256=GCNREyvwGlhMDmrvOaRWi1w0GqG9YA-8TRoh1xIa4xw,7012
|
|
291
292
|
redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-1k-sessions.yml,sha256=2egtIxPxCze2jlbAfgsk4v9JSQHNMoPLbDWFEW8olDg,7006
|
|
292
293
|
redis_benchmarks_specification/test-suites/memtier_benchmark-stream-10M-entries-xread-count-100.yml,sha256=v4yPo_Hv4Ncr-nwx3jGIH-CmeIfxzg27c0sS9_XGeOA,1186
|
|
293
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-stream-10M-entries-xreadgroup-count-100.yml,sha256=
|
|
294
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-stream-
|
|
294
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-stream-10M-entries-xreadgroup-count-100-noack.yml,sha256=DiSV34MdZ6kEkqTj2J9DeLRziWL8AIJAXBOYfOM7oa0,1434
|
|
295
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-stream-10M-entries-xreadgroup-count-100.yml,sha256=_3XUBcGmVAgt6oZsFn3kRXrAuU64qWr-vcTgSWmQW3k,1404
|
|
296
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-stream-concurrent-xadd-xreadgroup-70-30.yml,sha256=M707Z-uJ-xDiNfkcIjtJWZecSRepOQDbTy-CUStsbqM,1964
|
|
295
297
|
redis_benchmarks_specification/test-suites/template.txt,sha256=ezqGiRPOvuSDO0iG7GEf-AGXNfHbgXI89_G0RUEzL88,481
|
|
296
298
|
redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=PD7ow-k4Ll2BkhEC3aIqiaCZt8Hc4aJIp96Lw3J3mcI,791
|
|
297
|
-
redis_benchmarks_specification-0.2.
|
|
298
|
-
redis_benchmarks_specification-0.2.
|
|
299
|
-
redis_benchmarks_specification-0.2.
|
|
300
|
-
redis_benchmarks_specification-0.2.
|
|
301
|
-
redis_benchmarks_specification-0.2.
|
|
299
|
+
redis_benchmarks_specification-0.2.29.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
300
|
+
redis_benchmarks_specification-0.2.29.dist-info/METADATA,sha256=bNTOqUlfR-bui3NzUeJWdRZBhcrhS8qQRfcrx2ZpENQ,22767
|
|
301
|
+
redis_benchmarks_specification-0.2.29.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
302
|
+
redis_benchmarks_specification-0.2.29.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
|
|
303
|
+
redis_benchmarks_specification-0.2.29.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|