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

@@ -9,7 +9,7 @@ dbconfig:
9
9
  preload_tool:
10
10
  run_image: redislabs/memtier_benchmark:edge
11
11
  tool: memtier_benchmark
12
- arguments: '"--data-size" "1000" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1"'
12
+ arguments: '--data-size 1000 --pipeline 50 -n allkeys --ratio 1:0 --key-pattern P:P -c 1 -t 4 --hide-histogram --key-minimum 1 --key-maximum 1000000'
13
13
  resources:
14
14
  requests:
15
15
  memory: 2g
@@ -23,7 +23,7 @@ build-variants:
23
23
  clientconfig:
24
24
  run_image: redislabs/memtier_benchmark:edge
25
25
  tool: memtier_benchmark
26
- arguments: --pipeline 10 --data-size 1000 --ratio 0:1 --key-pattern R:R -c 25 -t 4 --hide-histogram --test-time 180
26
+ arguments: --pipeline 10 --data-size 1000 --ratio 0:1 --distinct-client-seed --key-pattern R:R -c 25 -t 4 --hide-histogram --test-time 180 --key-minimum 1 --key-maximum 1000000
27
27
  resources:
28
28
  requests:
29
29
  cpus: '4'
@@ -9,7 +9,7 @@ dbconfig:
9
9
  preload_tool:
10
10
  run_image: redislabs/memtier_benchmark:edge
11
11
  tool: memtier_benchmark
12
- arguments: '"--data-size" "1000" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1"'
12
+ arguments: '--data-size 1000 --pipeline 50 -n allkeys --ratio 1:0 --key-pattern P:P -c 1 -t 4 --hide-histogram --key-minimum 1 --key-maximum 1000000'
13
13
  resources:
14
14
  requests:
15
15
  memory: 2g
@@ -23,7 +23,7 @@ build-variants:
23
23
  clientconfig:
24
24
  run_image: redislabs/memtier_benchmark:edge
25
25
  tool: memtier_benchmark
26
- arguments: --data-size 1000 --ratio 0:1 --key-pattern R:R -c 25 -t 4 --hide-histogram --test-time 180
26
+ arguments: --pipeline 1 --data-size 1000 --ratio 0:1 --distinct-client-seed --key-pattern R:R -c 25 -t 4 --hide-histogram --test-time 180 --key-minimum 1 --key-maximum 1000000
27
27
  resources:
28
28
  requests:
29
29
  cpus: '4'
@@ -31,4 +31,4 @@ clientconfig:
31
31
 
32
32
  tested-groups:
33
33
  - string
34
- priority: 1
34
+ priority: 1
@@ -0,0 +1,39 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-3Mkeys-string-mixed-50-50-with-512B-values-with-expiration-pipeline-10-400_conns
3
+ description: Runs memtier_benchmark, for a keyspace length of 3M keys loading STRINGs in which the value has a data size of 1000 Bytes, with 400 clients running random GET commands.
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 3000000
9
+ preload_tool:
10
+ run_image: redislabs/memtier_benchmark:edge
11
+ tool: memtier_benchmark
12
+ arguments: --data-size 512 --command "SET __key__ __data__ EX 5" -n allkeys --pipeline 10 --key-maximum 3000000 --key-pattern P:P --key-minimum 1 --hide-histogram -t 1 -c 1
13
+ resources:
14
+ requests:
15
+ memory: 3g
16
+ tested-commands:
17
+ - setex
18
+ - get
19
+ redis-topologies:
20
+ - oss-standalone
21
+ - oss-standalone-02-io-threads
22
+ - oss-standalone-04-io-threads
23
+ - oss-standalone-08-io-threads
24
+ - oss-standalone-16-io-threads
25
+ build-variants:
26
+ - gcc:8.5.0-amd64-debian-buster-default
27
+ - dockerhub
28
+ clientconfig:
29
+ run_image: redislabs/memtier_benchmark:edge
30
+ tool: memtier_benchmark
31
+ arguments: '"--data-size" "512" --distinct-client-seed --ratio 1:1 --key-pattern R:R --key-minimum=1 --key-maximum 3000000 --test-time 180 -c 40 -t 10 --hide-histogram'
32
+ resources:
33
+ requests:
34
+ cpus: '10'
35
+ memory: 3g
36
+
37
+ tested-groups:
38
+ - string
39
+ priority: 17
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.267
3
+ Version: 0.1.268
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
@@ -9,7 +9,6 @@ Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.10
10
10
  Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
- Classifier: Programming Language :: Python :: 3.13
13
12
  Requires-Dist: Flask (>=2.0.3,<3.0.0)
14
13
  Requires-Dist: Flask-HTTPAuth (>=4.4.0,<5.0.0)
15
14
  Requires-Dist: GitPython (>=3.1.20,<4.0.0)
@@ -265,8 +265,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1
265
265
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-50.yml,sha256=2fVFN3RtVgsDA6vssrrdbzMCj1Pw1Sa48nz0gvvUFD0,1041
266
266
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-500.yml,sha256=_-nT2YzJSJuKkNCMsTPZp1xgqJsTAUACLnvszDarn9U,1043
267
267
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml,sha256=ibgaQn8067_O6J-6Bl4lEmVQcSemNI_MN1wu0_h-Xew,969
268
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml,sha256=OoaXsYA89M0jK9wRP1WX6id-0FWolH5NYrqDPrO0vy0,971
269
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml,sha256=-XAGrSO8kQWmVi1ne2nRHYlnYIAR3C8nPTPqd0SXMJk,946
268
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml,sha256=uNd4n85ymXHyX_s0Mcx0Cj_dBtLCECmy1D-0ZxkllGw,1052
269
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml,sha256=HGsd-oHK8-hUzMy1oZTwkCoudaaS8hu1tuqeSOqclkg,1038
270
270
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incr-pipeline-10.yml,sha256=ocSWnNSWQnWFCH--7HEnMrY60jlWUBcF2bnw1wvXdpU,723
271
271
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby-pipeline-10.yml,sha256=zQuBWbhJqc47y_fNzSL4IoVSV3bab4zZ-Azf6YK1nB0,733
272
272
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby.yml,sha256=jU9FuUVTYNruLmBwS1GDA6oUzi8iBi5lgVOLJABTsew,707
@@ -369,6 +369,7 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-w
369
369
  redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml,sha256=EEp-o579ScFsUPMP8h1v1qwS4IPH-HnDEdXxhEx8ZrQ,1267
370
370
  redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml,sha256=oMw3ImCOe5B-Ux4b9MgOVooDaF4oOGuup2iMcvH-LOs,1265
371
371
  redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml,sha256=Qejmc3BhMGDEA94_bZly0G_1uYF8HxqJv14lt5kXDDw,1267
372
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-50-50-with-512B-values-with-expiration-pipeline-10-400_conns.yml,sha256=F6Fj_-Kz4CBT48bSJ0P9pmX3DbcAiKjwbH8dio_YBAU,1314
372
373
  redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml,sha256=y8c0KsJ-SYmEfvW8m5rQg0hd9boh-FWkzAZTma4OYaI,734
373
374
  redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml,sha256=VIFNaaAqRQMeDvtXmKGDpJTnu658Lv5i_oAju5uSi_c,708
374
375
  redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-ping-pipeline-10.yml,sha256=UM801JomvpZk2k6mySc_ByxMF9oAsUVJ_s_9HlL3Sn8,680
@@ -376,8 +377,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publi
376
377
  redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml,sha256=rJuWWXubUeRKQ2GSfHlbPMLeOyM9Eu_MzvN2vgKcAhA,672
377
378
  redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
378
379
  redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=uhaSP6YUVmPvZU-qMtPPGdvNEUgUBqOfveUbeJ9WsbI,972
379
- redis_benchmarks_specification-0.1.267.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
380
- redis_benchmarks_specification-0.1.267.dist-info/METADATA,sha256=saVCwAhS7sBAo5563AF7-Agmzi1GIEvfmjU-r1EfD6U,22777
381
- redis_benchmarks_specification-0.1.267.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
382
- redis_benchmarks_specification-0.1.267.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
383
- redis_benchmarks_specification-0.1.267.dist-info/RECORD,,
380
+ redis_benchmarks_specification-0.1.268.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
381
+ redis_benchmarks_specification-0.1.268.dist-info/METADATA,sha256=nerGsegyA-yAXoz5Il-XO52XcsZCico2FcuPKIyApS8,22726
382
+ redis_benchmarks_specification-0.1.268.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
383
+ redis_benchmarks_specification-0.1.268.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
384
+ redis_benchmarks_specification-0.1.268.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.3
2
+ Generator: poetry-core 1.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any