redis-benchmarks-specification 0.2.22__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.

@@ -1470,6 +1470,7 @@ def process_self_contained_coordinator_stream(
1470
1470
  temporary_dir,
1471
1471
  test_name,
1472
1472
  redis_password,
1473
+ args,
1473
1474
  )
1474
1475
 
1475
1476
  execute_init_commands(
@@ -2562,6 +2563,7 @@ def data_prepopulation_step(
2562
2563
  temporary_dir,
2563
2564
  test_name,
2564
2565
  redis_password,
2566
+ args=None,
2565
2567
  ):
2566
2568
  # setup the benchmark
2567
2569
  (
@@ -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.22
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
@@ -37,7 +37,7 @@ redis_benchmarks_specification/__self_contained_coordinator__/docker.py,sha256=T
37
37
  redis_benchmarks_specification/__self_contained_coordinator__/post_processing.py,sha256=sVLKNnWdAqYY9DjVdqRC5tDaIrVSaI3Ca7w8-DQ-LRM,776
38
38
  redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py,sha256=30SU8dAKmRpznjAKbs1n0iHO-CjG5goCuR5TYx7XIMc,3390
39
39
  redis_benchmarks_specification/__self_contained_coordinator__/runners.py,sha256=yHgRpNeuBcft6sEeiT12qQ012xXypXsVM8Ov91CE2k0,34234
40
- redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=4BoyeizeDnESrYmWt12loP5Z-KbSRm9F56hT7ILlg2A,122966
40
+ redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=IhbFN2h9HaQ3UXvrNuo3ln8TcJ4dcsRQny4QymjDq88,123027
41
41
  redis_benchmarks_specification/__setups__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
42
  redis_benchmarks_specification/__setups__/topologies.py,sha256=xQ1IJkcTji_ZjLiJd3vOxZpvbNtBLZw9cPkw5hGJKHU,481
43
43
  redis_benchmarks_specification/__spec__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
@@ -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.22.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
291
- redis_benchmarks_specification-0.2.22.dist-info/METADATA,sha256=fJ1XyBzFMMVsHoUozhj0r9R7EEAMrBJF60dcKVI0NyE,22767
292
- redis_benchmarks_specification-0.2.22.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
293
- redis_benchmarks_specification-0.2.22.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
294
- redis_benchmarks_specification-0.2.22.dist-info/RECORD,,
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,,