redis-benchmarks-specification 0.1.269__py3-none-any.whl → 0.1.270__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.
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-count-500-pipeline-10.yml +34 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-500-pipeline-10.yml +34 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-pipeline-10.yml +34 -0
- {redis_benchmarks_specification-0.1.269.dist-info → redis_benchmarks_specification-0.1.270.dist-info}/METADATA +1 -1
- {redis_benchmarks_specification-0.1.269.dist-info → redis_benchmarks_specification-0.1.270.dist-info}/RECORD +8 -5
- {redis_benchmarks_specification-0.1.269.dist-info → redis_benchmarks_specification-0.1.270.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.1.269.dist-info → redis_benchmarks_specification-0.1.270.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.1.269.dist-info → redis_benchmarks_specification-0.1.270.dist-info}/entry_points.txt +0 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
version: 0.4
|
|
2
|
+
name: memtier_benchmark-1Mkeys-generic-scan-count-500-pipeline-10
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1M keys focusing on SCAN performance with large COUNT.
|
|
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 COUNT 500" --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
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
version: 0.4
|
|
2
|
+
name: memtier_benchmark-1Mkeys-generic-scan-cursor-count-500-pipeline-10
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1M keys focusing on SCAN performance with CURSOR and large COUNT.
|
|
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 __key__ COUNT 500" --key-prefix "" --distinct-client-seed --key-maximum 1000000 --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
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
version: 0.4
|
|
2
|
+
name: memtier_benchmark-1Mkeys-generic-scan-cursor-pipeline-10
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1M keys focusing on SCAN performance with CURSOR.
|
|
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 __key__" --pipeline 10 --key-prefix "" --distinct-client-seed --key-maximum 1000000 --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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: redis-benchmarks-specification
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.270
|
|
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
|
|
@@ -76,6 +76,9 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-exis
|
|
|
76
76
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expire-pipeline-10.yml,sha256=8C6TQYVudSy_ZNo8LqGlwJFQa_9cAfUCSSrPiLVgAkE,1023
|
|
77
77
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml,sha256=P_tRwib8x-6NKlBCcIsIE_b2ZKlSJtXl6qaT967vOqI,1074
|
|
78
78
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml,sha256=uXOPp6zFHfyck8BCfhYUhK3J7jH0mRRLzCYEdVKakBM,1030
|
|
79
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-count-500-pipeline-10.yml,sha256=tFX1L7CAfbFsvHVRTC0dCr8eA1OCjouW0jC_xM3Skr0,1041
|
|
80
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-500-pipeline-10.yml,sha256=rtnlyjnEVMwS64YT5QdUds4CY7SsrrRIYmN1rQS4EY4,1126
|
|
81
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-pipeline-10.yml,sha256=lP5tlnbc2LXzU9Amz2uKX8QCSdcKHkvnDjREu6FCWHY,1090
|
|
79
82
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml,sha256=EyC4q7qr4BcuMEXzsA8kXzN5_Yl1-DOIY7Ocb1pND2E,1004
|
|
80
83
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-type-pipeline-10.yml,sha256=RLza-HVJiYRRsnWjJ8BY2VuxOcUmcPpQ6-xSi-0Q-2c,1040
|
|
81
84
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml,sha256=HStd8FtL1zftSWp5qN-sRcl7z9d04bT6fcyieRTEgdQ,995
|
|
@@ -241,8 +244,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publi
|
|
|
241
244
|
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml,sha256=rJuWWXubUeRKQ2GSfHlbPMLeOyM9Eu_MzvN2vgKcAhA,672
|
|
242
245
|
redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
|
|
243
246
|
redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=uhaSP6YUVmPvZU-qMtPPGdvNEUgUBqOfveUbeJ9WsbI,972
|
|
244
|
-
redis_benchmarks_specification-0.1.
|
|
245
|
-
redis_benchmarks_specification-0.1.
|
|
246
|
-
redis_benchmarks_specification-0.1.
|
|
247
|
-
redis_benchmarks_specification-0.1.
|
|
248
|
-
redis_benchmarks_specification-0.1.
|
|
247
|
+
redis_benchmarks_specification-0.1.270.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
248
|
+
redis_benchmarks_specification-0.1.270.dist-info/METADATA,sha256=UWKiY1RGmVKWoAPIZjRKvX_-ITDJcpa4mx6vb1nA36Q,22777
|
|
249
|
+
redis_benchmarks_specification-0.1.270.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
250
|
+
redis_benchmarks_specification-0.1.270.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
|
|
251
|
+
redis_benchmarks_specification-0.1.270.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|