redis-benchmarks-specification 0.2.23__py3-none-any.whl → 0.2.24__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 +41 -0
- {redis_benchmarks_specification-0.2.23.dist-info → redis_benchmarks_specification-0.2.24.dist-info}/METADATA +1 -1
- {redis_benchmarks_specification-0.2.23.dist-info → redis_benchmarks_specification-0.2.24.dist-info}/RECORD +6 -5
- {redis_benchmarks_specification-0.2.23.dist-info → redis_benchmarks_specification-0.2.24.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.2.23.dist-info → redis_benchmarks_specification-0.2.24.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.2.23.dist-info → redis_benchmarks_specification-0.2.24.dist-info}/entry_points.txt +0 -0
|
@@ -0,0 +1,41 @@
|
|
|
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
|
|
29
|
+
build-variants:
|
|
30
|
+
- gcc:15.2.0-amd64-debian-bookworm-default
|
|
31
|
+
- gcc:15.2.0-arm64-debian-bookworm-default
|
|
32
|
+
- dockerhub
|
|
33
|
+
clientconfig:
|
|
34
|
+
run_image: redislabs/memtier_benchmark:edge
|
|
35
|
+
tool: memtier_benchmark
|
|
36
|
+
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'
|
|
37
|
+
resources:
|
|
38
|
+
requests:
|
|
39
|
+
cpus: '4'
|
|
40
|
+
memory: 2g
|
|
41
|
+
priority: 1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: redis-benchmarks-specification
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.24
|
|
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
5
|
Author: filipecosta90
|
|
6
6
|
Author-email: filipecosta.90@gmail.com
|
|
@@ -163,6 +163,7 @@ 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-1.yml,sha256=4TlT3FtT-sHGMfPf_hd9aEr7T9_boZzaeaE8SJ4opCg,1304
|
|
166
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
|
|
@@ -287,8 +288,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-st
|
|
|
287
288
|
redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-1k-sessions.yml,sha256=2egtIxPxCze2jlbAfgsk4v9JSQHNMoPLbDWFEW8olDg,7006
|
|
288
289
|
redis_benchmarks_specification/test-suites/template.txt,sha256=ezqGiRPOvuSDO0iG7GEf-AGXNfHbgXI89_G0RUEzL88,481
|
|
289
290
|
redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=PD7ow-k4Ll2BkhEC3aIqiaCZt8Hc4aJIp96Lw3J3mcI,791
|
|
290
|
-
redis_benchmarks_specification-0.2.
|
|
291
|
-
redis_benchmarks_specification-0.2.
|
|
292
|
-
redis_benchmarks_specification-0.2.
|
|
293
|
-
redis_benchmarks_specification-0.2.
|
|
294
|
-
redis_benchmarks_specification-0.2.
|
|
291
|
+
redis_benchmarks_specification-0.2.24.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
292
|
+
redis_benchmarks_specification-0.2.24.dist-info/METADATA,sha256=1BPLQWXuzIKIB-Yk2R_hef1k1C-e7jh-S774Ur1wX_w,22767
|
|
293
|
+
redis_benchmarks_specification-0.2.24.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
294
|
+
redis_benchmarks_specification-0.2.24.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
|
|
295
|
+
redis_benchmarks_specification-0.2.24.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|