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

@@ -0,0 +1,34 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1Mkeys-generic-scan-type-pipeline-10
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys focusing on SCAN performance with the TYPE option.
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 1000000
9
+ preload_tool:
10
+ run_image: redislabs/memtier_benchmark:edge
11
+ tool: memtier_benchmark
12
+ arguments: '"--pipeline" "100" "--data-size" "100" "--command" "HSET __key__ field __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1"'
13
+ resources:
14
+ requests:
15
+ memory: 1g
16
+ tested-commands:
17
+ - scan
18
+ tested-groups:
19
+ - generic
20
+ redis-topologies:
21
+ - oss-standalone
22
+ build-variants:
23
+ - gcc:8.5.0-amd64-debian-buster-default
24
+ - dockerhub
25
+ clientconfig:
26
+ run_image: redislabs/memtier_benchmark:edge
27
+ tool: memtier_benchmark
28
+ arguments: --command "SCAN 0 TYPE HASH" --pipeline 10 --command-key-pattern="R" -c 50 -t 2 --hide-histogram --test-time 180
29
+ resources:
30
+ requests:
31
+ cpus: '2'
32
+ memory: 2g
33
+
34
+ priority: 44
@@ -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.266
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)
@@ -213,6 +213,7 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expi
213
213
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml,sha256=P_tRwib8x-6NKlBCcIsIE_b2ZKlSJtXl6qaT967vOqI,1074
214
214
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml,sha256=uXOPp6zFHfyck8BCfhYUhK3J7jH0mRRLzCYEdVKakBM,1030
215
215
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml,sha256=EyC4q7qr4BcuMEXzsA8kXzN5_Yl1-DOIY7Ocb1pND2E,1004
216
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-type-pipeline-10.yml,sha256=RLza-HVJiYRRsnWjJ8BY2VuxOcUmcPpQ6-xSi-0Q-2c,1040
216
217
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml,sha256=HStd8FtL1zftSWp5qN-sRcl7z9d04bT6fcyieRTEgdQ,995
217
218
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-ttl-pipeline-10.yml,sha256=XPa3Tm15o0RbOWr401TJCkKUpchzvxbvIGqtr54kHiY,987
218
219
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hexists.yml,sha256=fMVTnqpbjd3_mKnPh8SbJpj3iZY_YuWKCipDDeIndqU,1304
@@ -264,8 +265,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1
264
265
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-50.yml,sha256=2fVFN3RtVgsDA6vssrrdbzMCj1Pw1Sa48nz0gvvUFD0,1041
265
266
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-500.yml,sha256=_-nT2YzJSJuKkNCMsTPZp1xgqJsTAUACLnvszDarn9U,1043
266
267
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml,sha256=ibgaQn8067_O6J-6Bl4lEmVQcSemNI_MN1wu0_h-Xew,969
267
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml,sha256=OoaXsYA89M0jK9wRP1WX6id-0FWolH5NYrqDPrO0vy0,971
268
- 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
269
270
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incr-pipeline-10.yml,sha256=ocSWnNSWQnWFCH--7HEnMrY60jlWUBcF2bnw1wvXdpU,723
270
271
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby-pipeline-10.yml,sha256=zQuBWbhJqc47y_fNzSL4IoVSV3bab4zZ-Azf6YK1nB0,733
271
272
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby.yml,sha256=jU9FuUVTYNruLmBwS1GDA6oUzi8iBi5lgVOLJABTsew,707
@@ -368,6 +369,7 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-w
368
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
369
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
370
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
371
373
  redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml,sha256=y8c0KsJ-SYmEfvW8m5rQg0hd9boh-FWkzAZTma4OYaI,734
372
374
  redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml,sha256=VIFNaaAqRQMeDvtXmKGDpJTnu658Lv5i_oAju5uSi_c,708
373
375
  redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-ping-pipeline-10.yml,sha256=UM801JomvpZk2k6mySc_ByxMF9oAsUVJ_s_9HlL3Sn8,680
@@ -375,8 +377,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publi
375
377
  redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml,sha256=rJuWWXubUeRKQ2GSfHlbPMLeOyM9Eu_MzvN2vgKcAhA,672
376
378
  redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
377
379
  redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=uhaSP6YUVmPvZU-qMtPPGdvNEUgUBqOfveUbeJ9WsbI,972
378
- redis_benchmarks_specification-0.1.266.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
379
- redis_benchmarks_specification-0.1.266.dist-info/METADATA,sha256=6DYSub_KNVsb9ze3zj8NGcSz1NtWmas4KJkCduTeFrU,22777
380
- redis_benchmarks_specification-0.1.266.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
381
- redis_benchmarks_specification-0.1.266.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
382
- redis_benchmarks_specification-0.1.266.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