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

Files changed (13) hide show
  1. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values.yml +30 -0
  2. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values.yml +30 -0
  3. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values.yml +30 -0
  4. redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values.yml +30 -0
  5. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-integer.yml +34 -0
  6. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string.yml +34 -0
  7. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-integer.yml +35 -0
  8. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-string.yml +35 -0
  9. {redis_benchmarks_specification-0.1.237.dist-info → redis_benchmarks_specification-0.1.239.dist-info}/METADATA +1 -1
  10. {redis_benchmarks_specification-0.1.237.dist-info → redis_benchmarks_specification-0.1.239.dist-info}/RECORD +13 -5
  11. {redis_benchmarks_specification-0.1.237.dist-info → redis_benchmarks_specification-0.1.239.dist-info}/LICENSE +0 -0
  12. {redis_benchmarks_specification-0.1.237.dist-info → redis_benchmarks_specification-0.1.239.dist-info}/WHEEL +0 -0
  13. {redis_benchmarks_specification-0.1.237.dist-info → redis_benchmarks_specification-0.1.239.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,30 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values
3
+ description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES with 50 fields each. Each field value has a data size of 1000 Bytes.
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 0
9
+ resources:
10
+ requests:
11
+ memory: 6g
12
+ tested-groups:
13
+ - hash
14
+ tested-commands:
15
+ - hset
16
+ redis-topologies:
17
+ - oss-standalone
18
+ build-variants:
19
+ - gcc:8.5.0-amd64-debian-buster-default
20
+ - dockerhub
21
+ clientconfig:
22
+ run_image: redislabs/memtier_benchmark:edge
23
+ tool: memtier_benchmark
24
+ arguments: --test-time 120 --distinct-client-seed "--data-size" "1000" --command "HSET __key__ field:1 __data__ field:2 __data__ field:3 __data__ field:4 __data__ field:5 __data__ field:6 __data__ field:7 __data__ field:8 __data__ field:9 __data__ field:10 __data__ field:11 __data__ field:12 __data__ field:13 __data__ field:14 __data__ field:15 __data__ field:16 __data__ field:17 __data__ field:18 __data__ field:19 __data__ field:20 __data__ field:21 __data__ field:22 __data__ field:23 __data__ field:24 __data__ field:25 __data__ field:26 __data__ field:27 __data__ field:28 __data__ field:29 __data__ field:30 __data__ field:31 __data__ field:32 __data__ field:33 __data__ field:34 __data__ field:35 __data__ field:36 __data__ field:37 __data__ field:38 __data__ field:39 __data__ field:40 __data__ field:41 __data__ field:42 __data__ field:43 __data__ field:44 __data__ field:45 __data__ field:46 __data__ field:47 __data__ field:48 __data__ field:49 __data__ field:50 __data__" --command-key-pattern="R" --key-minimum=1 --key-maximum 100000 -c 50 -t 4 --hide-histogram
25
+ resources:
26
+ requests:
27
+ cpus: '4'
28
+ memory: 2g
29
+
30
+ priority: 5
@@ -0,0 +1,30 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values
3
+ description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES with 50 fields each. Each field value has a data size of 100 Bytes.
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 0
9
+ resources:
10
+ requests:
11
+ memory: 6g
12
+ tested-groups:
13
+ - hash
14
+ tested-commands:
15
+ - hset
16
+ redis-topologies:
17
+ - oss-standalone
18
+ build-variants:
19
+ - gcc:8.5.0-amd64-debian-buster-default
20
+ - dockerhub
21
+ clientconfig:
22
+ run_image: redislabs/memtier_benchmark:edge
23
+ tool: memtier_benchmark
24
+ arguments: --test-time 120 --distinct-client-seed "--data-size" "100" --command "HSET __key__ field:1 __data__ field:2 __data__ field:3 __data__ field:4 __data__ field:5 __data__ field:6 __data__ field:7 __data__ field:8 __data__ field:9 __data__ field:10 __data__ field:11 __data__ field:12 __data__ field:13 __data__ field:14 __data__ field:15 __data__ field:16 __data__ field:17 __data__ field:18 __data__ field:19 __data__ field:20 __data__ field:21 __data__ field:22 __data__ field:23 __data__ field:24 __data__ field:25 __data__ field:26 __data__ field:27 __data__ field:28 __data__ field:29 __data__ field:30 __data__ field:31 __data__ field:32 __data__ field:33 __data__ field:34 __data__ field:35 __data__ field:36 __data__ field:37 __data__ field:38 __data__ field:39 __data__ field:40 __data__ field:41 __data__ field:42 __data__ field:43 __data__ field:44 __data__ field:45 __data__ field:46 __data__ field:47 __data__ field:48 __data__ field:49 __data__ field:50 __data__" --command-key-pattern="R" --key-minimum=1 --key-maximum 100000 -c 50 -t 4 --hide-histogram
25
+ resources:
26
+ requests:
27
+ cpus: '4'
28
+ memory: 2g
29
+
30
+ priority: 5
@@ -0,0 +1,30 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values
3
+ description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES with 50 fields each. Each field value has a data size of 10 Bytes.
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 0
9
+ resources:
10
+ requests:
11
+ memory: 6g
12
+ tested-groups:
13
+ - hash
14
+ tested-commands:
15
+ - hset
16
+ redis-topologies:
17
+ - oss-standalone
18
+ build-variants:
19
+ - gcc:8.5.0-amd64-debian-buster-default
20
+ - dockerhub
21
+ clientconfig:
22
+ run_image: redislabs/memtier_benchmark:edge
23
+ tool: memtier_benchmark
24
+ arguments: --test-time 120 --distinct-client-seed "--data-size" "10" --command "HSET __key__ field:1 __data__ field:2 __data__ field:3 __data__ field:4 __data__ field:5 __data__ field:6 __data__ field:7 __data__ field:8 __data__ field:9 __data__ field:10 __data__ field:11 __data__ field:12 __data__ field:13 __data__ field:14 __data__ field:15 __data__ field:16 __data__ field:17 __data__ field:18 __data__ field:19 __data__ field:20 __data__ field:21 __data__ field:22 __data__ field:23 __data__ field:24 __data__ field:25 __data__ field:26 __data__ field:27 __data__ field:28 __data__ field:29 __data__ field:30 __data__ field:31 __data__ field:32 __data__ field:33 __data__ field:34 __data__ field:35 __data__ field:36 __data__ field:37 __data__ field:38 __data__ field:39 __data__ field:40 __data__ field:41 __data__ field:42 __data__ field:43 __data__ field:44 __data__ field:45 __data__ field:46 __data__ field:47 __data__ field:48 __data__ field:49 __data__ field:50 __data__" --command-key-pattern="R" --key-minimum=1 --key-maximum 100000 -c 50 -t 4 --hide-histogram
25
+ resources:
26
+ requests:
27
+ cpus: '4'
28
+ memory: 2g
29
+
30
+ priority: 5
@@ -0,0 +1,30 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values
3
+ description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES with 50 fields each. Each field value has a data size of 1000 Bytes.
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 0
9
+ resources:
10
+ requests:
11
+ memory: 6g
12
+ tested-groups:
13
+ - hash
14
+ tested-commands:
15
+ - hset
16
+ redis-topologies:
17
+ - oss-standalone
18
+ build-variants:
19
+ - gcc:8.5.0-amd64-debian-buster-default
20
+ - dockerhub
21
+ clientconfig:
22
+ run_image: redislabs/memtier_benchmark:edge
23
+ tool: memtier_benchmark
24
+ arguments: --test-time 120 --distinct-client-seed "--data-size" "10000" --command "HSET __key__ field:1 __data__ field:2 __data__ field:3 __data__ field:4 __data__ field:5 __data__ field:6 __data__ field:7 __data__ field:8 __data__ field:9 __data__ field:10 __data__ field:11 __data__ field:12 __data__ field:13 __data__ field:14 __data__ field:15 __data__ field:16 __data__ field:17 __data__ field:18 __data__ field:19 __data__ field:20 __data__ field:21 __data__ field:22 __data__ field:23 __data__ field:24 __data__ field:25 __data__ field:26 __data__ field:27 __data__ field:28 __data__ field:29 __data__ field:30 __data__ field:31 __data__ field:32 __data__ field:33 __data__ field:34 __data__ field:35 __data__ field:36 __data__ field:37 __data__ field:38 __data__ field:39 __data__ field:40 __data__ field:41 __data__ field:42 __data__ field:43 __data__ field:44 __data__ field:45 __data__ field:46 __data__ field:47 __data__ field:48 __data__ field:49 __data__ field:50 __data__" --command-key-pattern="R" --key-minimum=1 --key-maximum 10000 -c 50 -t 4 --hide-histogram
25
+ resources:
26
+ requests:
27
+ cpus: '4'
28
+ memory: 2g
29
+
30
+ priority: 5
@@ -0,0 +1,34 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-list-10K-elements-lindex-integer
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 1 LIST key. The LIST contains 10000 integer elements in it and we query it using LINDEX of a element that we know it is in the middle of the list. '
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 1
9
+ preload_tool:
10
+ run_image: redislabs/memtier_benchmark:edge
11
+ tool: memtier_benchmark
12
+ arguments: --hide-histogram --command "RPUSH intlist __key__" --key-maximum 10000 --key-minimum 1 -n allkeys --key-prefix "" --command-key-pattern S -c 1 -t 1 --pipeline 10
13
+ resources:
14
+ requests:
15
+ cpus: '2'
16
+ memory: 1g
17
+ tested-groups:
18
+ - list
19
+ tested-commands:
20
+ - lindex
21
+ redis-topologies:
22
+ - oss-standalone
23
+ build-variants:
24
+ - gcc:8.5.0-amd64-debian-buster-default
25
+ - dockerhub
26
+ clientconfig:
27
+ run_image: redislabs/memtier_benchmark:edge
28
+ tool: memtier_benchmark
29
+ arguments: --command="LINDEX intlist 5000" --hide-histogram --test-time 120
30
+ resources:
31
+ requests:
32
+ cpus: '4'
33
+ memory: 2g
34
+ priority: 34
@@ -0,0 +1,34 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-list-10K-elements-lindex-string
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 1 LIST key. The LIST contains 10000 string elements in it and we query it using LPOS of a element that we know it is in the middle of the list. '
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 1
9
+ preload_tool:
10
+ run_image: redislabs/memtier_benchmark:edge
11
+ tool: memtier_benchmark
12
+ arguments: --hide-histogram --command "RPUSH strlist __key__" --key-maximum 10000 --key-minimum 1 -n allkeys --key-prefix "hello" --command-key-pattern S -c 1 -t 1 --pipeline 10
13
+ resources:
14
+ requests:
15
+ cpus: '2'
16
+ memory: 1g
17
+ tested-groups:
18
+ - list
19
+ tested-commands:
20
+ - lindex
21
+ redis-topologies:
22
+ - oss-standalone
23
+ build-variants:
24
+ - gcc:8.5.0-amd64-debian-buster-default
25
+ - dockerhub
26
+ clientconfig:
27
+ run_image: redislabs/memtier_benchmark:edge
28
+ tool: memtier_benchmark
29
+ arguments: --command="LINDEX strlist 5000" --hide-histogram --test-time 120
30
+ resources:
31
+ requests:
32
+ cpus: '4'
33
+ memory: 2g
34
+ priority: 34
@@ -0,0 +1,35 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-list-10K-elements-linsert-lrem-integer
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 1 LIST key. The LIST contains 10000 integer elements in it and we query it using LINSERT / LREM in the middle of the list. Given we add and delete right after the performance and list lenght over the test should be constant (meaning running for 60secs or 600secs wont change the list size) '
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 1
9
+ preload_tool:
10
+ run_image: redislabs/memtier_benchmark:edge
11
+ tool: memtier_benchmark
12
+ arguments: --hide-histogram --command "RPUSH intlist __key__" --key-maximum 10000 --key-minimum 1 -n allkeys --key-prefix "" --command-key-pattern S -c 1 -t 1 --pipeline 10
13
+ resources:
14
+ requests:
15
+ cpus: '2'
16
+ memory: 1g
17
+ tested-groups:
18
+ - list
19
+ tested-commands:
20
+ - linsert
21
+ - lrem
22
+ redis-topologies:
23
+ - oss-standalone
24
+ build-variants:
25
+ - gcc:8.5.0-amd64-debian-buster-default
26
+ - dockerhub
27
+ clientconfig:
28
+ run_image: redislabs/memtier_benchmark:edge
29
+ tool: memtier_benchmark
30
+ arguments: --command="LINSERT intlist AFTER 5000 5001" --command="LREM intlist 1 5001" --hide-histogram --test-time 120
31
+ resources:
32
+ requests:
33
+ cpus: '4'
34
+ memory: 2g
35
+ priority: 34
@@ -0,0 +1,35 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-list-10K-elements-linsert-lrem-string
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 1 LIST key. The LIST contains 10000 string elements in it and we query it using LINSERT / LREM in the middle of the list. Given we add and delete right after the performance and list lenght over the test should be constant (meaning running for 60secs or 600secs wont change the list size) '
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 1
9
+ preload_tool:
10
+ run_image: redislabs/memtier_benchmark:edge
11
+ tool: memtier_benchmark
12
+ arguments: --hide-histogram --command "RPUSH strlist __key__" --key-maximum 10000 --key-minimum 1 -n allkeys --key-prefix "hello" --command-key-pattern S -c 1 -t 1 --pipeline 10
13
+ resources:
14
+ requests:
15
+ cpus: '2'
16
+ memory: 1g
17
+ tested-groups:
18
+ - list
19
+ tested-commands:
20
+ - linsert
21
+ - lrem
22
+ redis-topologies:
23
+ - oss-standalone
24
+ build-variants:
25
+ - gcc:8.5.0-amd64-debian-buster-default
26
+ - dockerhub
27
+ clientconfig:
28
+ run_image: redislabs/memtier_benchmark:edge
29
+ tool: memtier_benchmark
30
+ arguments: --command="LINSERT strlist AFTER hello5000 hello5000-new" --command="LREM strlist 1 hello5000-new" --hide-histogram --test-time 120
31
+ resources:
32
+ requests:
33
+ cpus: '4'
34
+ memory: 2g
35
+ priority: 34
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.237
3
+ Version: 0.1.239
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
@@ -52,6 +52,10 @@ redis_benchmarks_specification/setups/topologies/topologies.yml,sha256=4h8e-zXA9
52
52
  redis_benchmarks_specification/test-suites/defaults.yml,sha256=Ckte0Bv8b5L7vxWYqochiVGZnlqqw49-vGjFRsppXdg,991
53
53
  redis_benchmarks_specification/test-suites/generate.py,sha256=FApiWulMw-_2jhl1zqrLUnTnOk3Vm7YxC3oGdauhv3A,3835
54
54
  redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-hash-hgetall-50-fields-100B-values.yml,sha256=BR5hCMZtC_rrbWtGuGs96yZXIxeJobB59MY1hqR0m0E,2009
55
+ redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values.yml,sha256=16o1mHUe_LOsHH-KiwiltUn1-8oAkpplXWO5Nmo0eoQ,1753
56
+ redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values.yml,sha256=Ze_0hXRucVv_lCRROpTVOk-Y8rbEBDkXQ3YTu-OLuKQ,1750
57
+ redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values.yml,sha256=Ud-zw_XCqx4Ft2801aIefV7S9jo1Aj0rxlzU6KWSk0Q,1747
58
+ redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values.yml,sha256=mkciOHn99eMCBCNl8bKr65Fpd552iouv6hyySG65Gmk,1753
55
59
  redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml,sha256=UBkJYvOPHUWQAsSMioLkMdyOutYsi5IpU_MNXDMulzQ,950
56
60
  redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-1000B-values.yml,sha256=4xjrGZTAepyTDY3YDsvV0qea_JZJBn_2-gBp46Ew4K0,918
57
61
  redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml,sha256=EkjfpfCRX535INInozHdPVFewuN_m_lZWcTGXe9W_Yk,948
@@ -140,6 +144,10 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elemen
140
144
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml,sha256=Gz7qlq4GB2GfxAvU1Ijyh2tYOua2Kg4oMr46QJ5g3y8,938
141
145
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements-pipeline-10.yml,sha256=kJEKi1Jd9V8f8iT1OFYwg6Tqe610v2RifaLu_hRv3eg,2138
142
146
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements.yml,sha256=On8EBrmCX0qtdVIIp9Kd8y6TW6l6aRvBWaqXlHJT02c,2112
147
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-integer.yml,sha256=MFFSXtxPzrGnsnKFgQ0lBgvjAaceHrpyD-CppsuuhGk,1086
148
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string.yml,sha256=_NgE_8dT--V8Vxkg0qokwcnqStAdJypn1xDl_teKCco,1087
149
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-integer.yml,sha256=RwZEGeFQpfB0lDqPA8m42_e1HtsnHVabKvNLlkIreAk,1287
150
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-string.yml,sha256=xqSCWi2K-ctKwkDcjNh_o-IBsVQdWckIbfihWCFCC6o,1313
143
151
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-integer.yml,sha256=UpPoFiuLmwH8mvLGRiOg7iTbx62-0GN623Rz7Xj9wlk,1078
144
152
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-string.yml,sha256=kSRh3UiQNhQFfIjKqn_5JoOuY54sTmNiolzPo2lAvjA,1086
145
153
  redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements-pipeline-10.yml,sha256=AZHmEp8OSeJbRJMerScJDlUtEqR-AZ40G8ZoSI-ZgQw,13840
@@ -186,8 +194,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elem
186
194
  redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml,sha256=XAIFlbR6VJnmQRwedLGBGenbIsMC_I3uA35Mz_bkTTc,1028
187
195
  redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml,sha256=VIFNaaAqRQMeDvtXmKGDpJTnu658Lv5i_oAju5uSi_c,708
188
196
  redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
189
- redis_benchmarks_specification-0.1.237.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
190
- redis_benchmarks_specification-0.1.237.dist-info/METADATA,sha256=Sc7PRpCL-cDeH4zS6UrU2zd3IGxcZvFyRL6ueXEiav0,22726
191
- redis_benchmarks_specification-0.1.237.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
192
- redis_benchmarks_specification-0.1.237.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
193
- redis_benchmarks_specification-0.1.237.dist-info/RECORD,,
197
+ redis_benchmarks_specification-0.1.239.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
198
+ redis_benchmarks_specification-0.1.239.dist-info/METADATA,sha256=1j1gUuqca0GD_vM9MIAi8wfoMmgrSXXwVD_JZqCpU0Y,22726
199
+ redis_benchmarks_specification-0.1.239.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
200
+ redis_benchmarks_specification-0.1.239.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
201
+ redis_benchmarks_specification-0.1.239.dist-info/RECORD,,