redis-benchmarks-specification 0.1.261__py3-none-any.whl → 0.1.262__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.

@@ -0,0 +1,30 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-load-zset-with-5-elements-parsing-float-score
3
+ description: Runs memtier_benchmark, for a keyspace length of 1 key loading the sorted set with 5 elements with different floating-point numbers, gradually increasing in the size of the float to parse. This is a control benchmark for the one named memtier_benchmark-1key-load-zset-with-5-elements-hexa-score
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 0
9
+ resources:
10
+ requests:
11
+ memory: 1g
12
+ tested-commands:
13
+ - zadd
14
+ redis-topologies:
15
+ - oss-standalone
16
+ build-variants:
17
+ - gcc:8.5.0-amd64-debian-buster-default
18
+ - dockerhub
19
+ clientconfig:
20
+ run_image: redislabs/memtier_benchmark:edge
21
+ tool: memtier_benchmark
22
+ arguments: --test-time 120 -c 50 -t 4 --command "ZADD zset 2.0 element-1-simple-score 62.0 element-2-medium-score 2047.9999999999998 element-3-long-score 1.0e+30 element-4-very-long-score 1.0e+60 element-5-extra-large-score" --command-key-pattern="P" --key-minimum=1 --key-maximum 1 --hide-histogram
23
+ resources:
24
+ requests:
25
+ cpus: '4'
26
+ memory: 4g
27
+
28
+ tested-groups:
29
+ - sorted-set
30
+ priority: 12
@@ -0,0 +1,30 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-load-zset-with-5-elements-parsing-hexa-score
3
+ description: Runs memtier_benchmark, for a keyspace length of 1 key loading the sorted set with 5 elements with different valid hexadecimal floating-point numbers, gradually increasing in length of the string to parse.
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 0
9
+ resources:
10
+ requests:
11
+ memory: 1g
12
+ tested-commands:
13
+ - zadd
14
+ redis-topologies:
15
+ - oss-standalone
16
+ build-variants:
17
+ - gcc:8.5.0-amd64-debian-buster-default
18
+ - dockerhub
19
+ clientconfig:
20
+ run_image: redislabs/memtier_benchmark:edge
21
+ tool: memtier_benchmark
22
+ arguments: --test-time 120 -c 50 -t 4 --command "ZADD zset 0x1p+1 element-1-simple-score 0x1.fp+5 element-2-medium-score 0x1.fffffffffffffp+10 element-3-long-score 0x1.ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffp+100 element-4-very-long-score 0x1.fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffp+200 element-5-extra-large-score" --command-key-pattern="P" --key-minimum=1 --key-maximum 1 --hide-histogram
23
+ resources:
24
+ requests:
25
+ cpus: '4'
26
+ memory: 4g
27
+
28
+ tested-groups:
29
+ - sorted-set
30
+ priority: 12
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.261
3
+ Version: 0.1.262
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
@@ -309,6 +309,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elemen
309
309
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements.yml,sha256=3mfyztoZlodu9A33hA0N8_YZD7pIZicP6bAvdhZdQKg,13814
310
310
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-2K-elements-quicklist-lrange-all-elements-longs.yml,sha256=nf8U1f_d83V0RgSfJHLu6XT6_tBxNbOIaszskoSF26k,18645
311
311
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-hash-1K-fields-with-5B-values.yml,sha256=uSh89gdj7PxNJ_gqKWIop6I_Jg4lBefldq7zi8BWX40,21717
312
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-float-score.yml,sha256=WwVgUTqufusfdXAO1MUWuD9cIq8UNv-QZIHA-u7nnBY,1138
313
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-hexa-score.yml,sha256=lfU7MS4FBWve77lNCWemS8V56dcmqUlnAlfLxNzaj6A,1317
312
314
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml,sha256=PTs96CjFtiZP5l3FKtYAaTVRMfZIjOOL56YEuxnB3YE,786
313
315
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers-pipeline-10.yml,sha256=GGTJjBl03pAUrDqpSB60uPZQn8CFH8nT-5ec1bdPmzA,944
314
316
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers.yml,sha256=yNIpCPO7slCQbv8H6gRCZyHu5ARteVZSkZw4jPl6CBU,918
@@ -367,8 +369,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-p
367
369
  redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publish-1K-channels-10B-no-subscribers.yml,sha256=ich32ZYaXh-ixNNyFi5wvyEfLq0H5l0GS4MOL5TpjuE,774
368
370
  redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml,sha256=rJuWWXubUeRKQ2GSfHlbPMLeOyM9Eu_MzvN2vgKcAhA,672
369
371
  redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
370
- redis_benchmarks_specification-0.1.261.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
371
- redis_benchmarks_specification-0.1.261.dist-info/METADATA,sha256=jaBB36Udh64Ri2pb8WcwnIrcS13HjabnTfCGTnp8U9A,22726
372
- redis_benchmarks_specification-0.1.261.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
373
- redis_benchmarks_specification-0.1.261.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
374
- redis_benchmarks_specification-0.1.261.dist-info/RECORD,,
372
+ redis_benchmarks_specification-0.1.262.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
373
+ redis_benchmarks_specification-0.1.262.dist-info/METADATA,sha256=L0_MOlqXRvuA0IRTKh9_klE3Wl5fXRF8-kDc6I7PAxk,22726
374
+ redis_benchmarks_specification-0.1.262.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
375
+ redis_benchmarks_specification-0.1.262.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
376
+ redis_benchmarks_specification-0.1.262.dist-info/RECORD,,