redis-benchmarks-specification 0.1.272__py3-none-any.whl → 0.1.274__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.
- redis_benchmarks_specification/__cli__/stats.py +37 -6
- redis_benchmarks_specification/__common__/spec.py +64 -3
- redis_benchmarks_specification/__runner__/args.py +6 -0
- redis_benchmarks_specification/__runner__/runner.py +693 -94
- redis_benchmarks_specification/test-suites/defaults.yml +1 -0
- redis_benchmarks_specification/test-suites/generate.py +7 -1
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-string-set-update-del-ex-36000-pipeline-10.yml +32 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-150Mkeys-string-set-ex-20-pipeline-10.yml +30 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits-pipeline-10.yml +30 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits.yml +30 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-100B-values-cursor-count-1000.yml +34 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values-cursor-count-100.yml +34 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values.yml +34 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml +1 -1
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan-cursor-count-100.yml +32 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan.yml +32 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zscan.yml +32 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-400_conns.yml +38 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-40_conns.yml +38 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml +1 -1
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml +1 -1
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml +1 -1
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-400_conns.yml +38 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml +1 -1
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml +1 -1
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml +1 -1
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-50-50-with-512B-values-with-expiration-pipeline-10-400_conns.yml +1 -1
- redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-10-with-precondition-pipeline-10.yml +34 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-10years-pipeline-10.yml +30 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-3-pipeline-10.yml +30 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-random-range-pipeline-10.yml +30 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-update-del-ex-120-pipeline-10.yml +32 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-80Mkeys-string-set-ex-20-precodition-multiclient-pipeline-10.yml +34 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-100-subscribers.yml +35 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-1000-subscribers.yml +35 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-5000-subscribers.yml +35 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-50K-subscribers-5k-conns.yml +35 -0
- {redis_benchmarks_specification-0.1.272.dist-info → redis_benchmarks_specification-0.1.274.dist-info}/METADATA +1 -1
- {redis_benchmarks_specification-0.1.272.dist-info → redis_benchmarks_specification-0.1.274.dist-info}/RECORD +42 -20
- redis_benchmarks_specification/setups/builders/gcc:10.5.0-amd64-debian-bullseye-redisearch.yml +0 -24
- {redis_benchmarks_specification-0.1.272.dist-info → redis_benchmarks_specification-0.1.274.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.1.272.dist-info → redis_benchmarks_specification-0.1.274.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.1.272.dist-info → redis_benchmarks_specification-0.1.274.dist-info}/entry_points.txt +0 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
version: 0.4
|
|
2
|
+
name: memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-50K-subscribers-5k-conns
|
|
3
|
+
description: Mixed workload with memtier publishing messages and pubsub-sub-bench subscribing to channels simultaneously.
|
|
4
|
+
dbconfig:
|
|
5
|
+
configuration-parameters:
|
|
6
|
+
save: '""'
|
|
7
|
+
resources:
|
|
8
|
+
requests:
|
|
9
|
+
memory: 2g
|
|
10
|
+
tested-groups:
|
|
11
|
+
- pubsub
|
|
12
|
+
tested-commands:
|
|
13
|
+
- publish
|
|
14
|
+
- subscribe
|
|
15
|
+
redis-topologies:
|
|
16
|
+
- oss-standalone
|
|
17
|
+
build-variants:
|
|
18
|
+
- gcc:8.5.0-amd64-debian-buster-default
|
|
19
|
+
- dockerhub
|
|
20
|
+
clientconfigs:
|
|
21
|
+
- run_image: redislabs/memtier_benchmark:edge
|
|
22
|
+
tool: memtier_benchmark
|
|
23
|
+
arguments: --test-time 120 --key-prefix "channel-" --pipeline 1 -d 128 --key-maximum 100 --command "PUBLISH __key__ __data__" --command-key-pattern="R" -c 50 -t 4 --hide-histogram
|
|
24
|
+
resources:
|
|
25
|
+
requests:
|
|
26
|
+
cpus: '4'
|
|
27
|
+
memory: 1g
|
|
28
|
+
- run_image: filipe958/pubsub-sub-bench:latest
|
|
29
|
+
tool: pubsub-sub-bench
|
|
30
|
+
arguments: -clients 5000 -channel-minimum 1 -channel-maximum 100 -subscriber-prefix "channel-" -mode subscribe -test-time 120 -subscribers-per-channel 10
|
|
31
|
+
resources:
|
|
32
|
+
requests:
|
|
33
|
+
cpus: '4'
|
|
34
|
+
memory: 1g
|
|
35
|
+
priority: 23
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: redis-benchmarks-specification
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.274
|
|
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,22 +9,22 @@ redis_benchmarks_specification/__builder__/schema.py,sha256=1wcmyVJBcWrBvK58pghN
|
|
|
9
9
|
redis_benchmarks_specification/__cli__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
|
|
10
10
|
redis_benchmarks_specification/__cli__/args.py,sha256=uZkk1Jom9i0xJ_OpVMrIWbw_70jFo7IswLV2EtKTKEA,7210
|
|
11
11
|
redis_benchmarks_specification/__cli__/cli.py,sha256=6tt0Ai-JIFEF3ykWFU2_g5ZrzKVIoyLLXUmyzYpVDF4,21843
|
|
12
|
-
redis_benchmarks_specification/__cli__/stats.py,sha256=
|
|
12
|
+
redis_benchmarks_specification/__cli__/stats.py,sha256=6RHPm0oieaRc4xwxJp8YE05BblpYq5zr2ckrSgsRxNU,28450
|
|
13
13
|
redis_benchmarks_specification/__common__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
redis_benchmarks_specification/__common__/builder_schema.py,sha256=kfDpRIk7NkJrb5qj9jzsBhLVNO7K_W2Clumj4pxrkG8,5938
|
|
15
15
|
redis_benchmarks_specification/__common__/env.py,sha256=kvJ8Ll-fvI_Tc0vynrzUEr22TqnJizzvJ4Lu9RjNr_M,3119
|
|
16
16
|
redis_benchmarks_specification/__common__/github.py,sha256=9TZtnISsSgXTSAN_VQejo5YRPDPhlU0gjxgKGPw_sP8,10699
|
|
17
17
|
redis_benchmarks_specification/__common__/package.py,sha256=4uVt1BAZ999LV2rZkq--Tk6otAVIf9YR3g3KGeUpiW4,834
|
|
18
18
|
redis_benchmarks_specification/__common__/runner.py,sha256=2IpMl0IEHi2IZvfLc4_h0e-E3ZfnlB8EkCA_SE8VDCY,7033
|
|
19
|
-
redis_benchmarks_specification/__common__/spec.py,sha256=
|
|
19
|
+
redis_benchmarks_specification/__common__/spec.py,sha256=D_SN48wg6NMthW_-OS1H5bydSDiuZpfd4WPPj7Vfwmc,5760
|
|
20
20
|
redis_benchmarks_specification/__common__/timeseries.py,sha256=mwKlHP_sV5sK5mcAoHdxlzBqmW-HKWgUwSWjsEn3Tyk,51032
|
|
21
21
|
redis_benchmarks_specification/__compare__/__init__.py,sha256=DtBXRp0Q01XgCFmY-1OIePMyyYihVNAjZ1Y8zwqSDN0,101
|
|
22
22
|
redis_benchmarks_specification/__compare__/args.py,sha256=FlKD1wutBoKxeahpXw1gY2H_1FOPH5y-o5QsIPfFsT0,6802
|
|
23
23
|
redis_benchmarks_specification/__compare__/compare.py,sha256=O6ZuB6Ln5xkTX5jRaizpj1PTPhmoETcf-_PY-A_CGr8,57179
|
|
24
24
|
redis_benchmarks_specification/__init__.py,sha256=YQIEx2sLPPA0JR9OuCuMNMNtm-f_gqDKgzvNJnkGNKY,491
|
|
25
25
|
redis_benchmarks_specification/__runner__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
|
|
26
|
-
redis_benchmarks_specification/__runner__/args.py,sha256=
|
|
27
|
-
redis_benchmarks_specification/__runner__/runner.py,sha256=
|
|
26
|
+
redis_benchmarks_specification/__runner__/args.py,sha256=lrLc890bzN7_r1MSlVQpXVlqoU2HpcgJsHa-_5S6DlU,7741
|
|
27
|
+
redis_benchmarks_specification/__runner__/runner.py,sha256=i-pVw3sg5XxfifiBw4UDRaqkLnXZIV0Eagf3Cjnyz9c,73749
|
|
28
28
|
redis_benchmarks_specification/__self_contained_coordinator__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
|
|
29
29
|
redis_benchmarks_specification/__self_contained_coordinator__/args.py,sha256=uxBjdQ78klvsVi6lOfGYQVaWIxc8OI-DwYKY16SgvCY,5952
|
|
30
30
|
redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py,sha256=OVHqJzDgeSSRfUSiKp1ZTAVv14PvSbk-5yJsAAoUfpw,936
|
|
@@ -46,13 +46,12 @@ redis_benchmarks_specification/__watchdog__/args.py,sha256=azW3WkS9uqQJthtZt7TPG
|
|
|
46
46
|
redis_benchmarks_specification/__watchdog__/watchdog.py,sha256=MASAPSusxEOWCf_iVW4xIwwgFm_snLHJaI2XRiMlZhs,5832
|
|
47
47
|
redis_benchmarks_specification/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
48
48
|
redis_benchmarks_specification/commands/commands.py,sha256=hJbKkGzAFt_l40fJyQLfBKY_zgCp-1j-siUFc6fQ71c,450
|
|
49
|
-
redis_benchmarks_specification/setups/builders/gcc:10.5.0-amd64-debian-bullseye-redisearch.yml,sha256=wqEmrvTZsfKYUy-4L_kiprjo_zlenYTzNzsPYEFjDx0,761
|
|
50
49
|
redis_benchmarks_specification/setups/builders/gcc:8.5.0-amd64-debian-buster-default.yml,sha256=Xt1s2b6clVnPDOfHD4tbCvZSNpzjHi4Cf6LGP323djE,511
|
|
51
50
|
redis_benchmarks_specification/setups/builders/gcc:8.5.0-arm64-debian-buster-default.yml,sha256=I6qEO7MZKduVx6xbBrRniE1i6NK9R8-uQXdQJT9o5G4,511
|
|
52
51
|
redis_benchmarks_specification/setups/platforms/aws-ec2-1node-c5.4xlarge.yml,sha256=l7HsjccpebwZXeutnt3SHSETw4iiRwQ9dCDXLOySSRQ,622
|
|
53
52
|
redis_benchmarks_specification/setups/topologies/topologies.yml,sha256=N2UOKA8tG_pLpaSFtn7WdUmDNYwxRyTv9Ln_PCOPTco,3261
|
|
54
|
-
redis_benchmarks_specification/test-suites/defaults.yml,sha256=
|
|
55
|
-
redis_benchmarks_specification/test-suites/generate.py,sha256=
|
|
53
|
+
redis_benchmarks_specification/test-suites/defaults.yml,sha256=nlL_HBhiCt9qenj0H8nQi-vSMP6e7HSn_xF-RYqYugs,1290
|
|
54
|
+
redis_benchmarks_specification/test-suites/generate.py,sha256=1QJBuWiouJ5OLil_r4OMG_UtZkmA8TLcyPlQAUuxCUw,4175
|
|
56
55
|
redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-hash-hgetall-50-fields-100B-values.yml,sha256=BR5hCMZtC_rrbWtGuGs96yZXIxeJobB59MY1hqR0m0E,2009
|
|
57
56
|
redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-20-fields-with-1B-values-pipeline-30.yml,sha256=46e6GJWv9pDzd4YZXM62HWuhAX0kWtq5WH4F7d2Iqb0,1758
|
|
58
57
|
redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values.yml,sha256=16o1mHUe_LOsHH-KiwiltUn1-8oAkpplXWO5Nmo0eoQ,1753
|
|
@@ -65,6 +64,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5
|
|
|
65
64
|
redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml,sha256=woHfOPYnDjh8nn5bCAALzh2-b5VpljhvioY6vE7KzD4,941
|
|
66
65
|
redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml,sha256=qHoiZqldaLl2Es7r-1_cZFSIr9J0LpSxeqcF11iSC_Y,911
|
|
67
66
|
redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml,sha256=0-HQ6achjpCyG86CJPpIkePpYphzKhR8h-dfrqCNipk,743
|
|
67
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-string-set-update-del-ex-36000-pipeline-10.yml,sha256=o0nXYQtoi6vlWcv8C-ay6etWACCzNKXprFg8_iiWK-Q,924
|
|
68
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-150Mkeys-string-set-ex-20-pipeline-10.yml,sha256=Q-8b8fgn4LAMSB9tYT822xYQAMTZyGigumiIS5B6nys,807
|
|
68
69
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml,sha256=Qd3odpq9rr95qogVIHvXAyyFJQtqfiswrAPuGg0zb6s,1274
|
|
69
70
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml,sha256=q--89owV1uh0Mpb1EBriORMPNPv9Jrb4GRUstUSwtvI,1270
|
|
70
71
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-psetex-expire-use-case.yml,sha256=AtBn-eU4ZiVVOV_gf3qiNSmDxatEiKMl3k6flC8hYdc,1084
|
|
@@ -103,6 +104,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-wi
|
|
|
103
104
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values-pipeline-10.yml,sha256=ArOUyjaC6QTBVo7lkEkTyaiC3-EYGNWgjIHf0vrABJ8,840
|
|
104
105
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values.yml,sha256=uK2uepy114KHiu3M4-ezrrTPawUjnWg1PhFyiJIFTLQ,814
|
|
105
106
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-1KiB-values.yml,sha256=ZN8tfGgk-3eXllIUgSAZkxZurFgZTXOkTyD6e0-0-to,820
|
|
107
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits-pipeline-10.yml,sha256=g3nKvgaKwhkEfRXnKMjKAx8xAkm37IdJ-uwAqPb8ki4,2883
|
|
108
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits.yml,sha256=m8HuHONT3VcuHO-FIhS6X6tm_6n8A8meOajgvulTgV8,2857
|
|
106
109
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-pipeline-10.yml,sha256=Ne308Kylwr_y8qLPBB0MbDBhRWAWwcfBNyIMoaYBrTo,1482
|
|
107
110
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements.yml,sha256=NO2WjwdF5Nnur7yoODMQWFX_liGO9eRiG_iJ_PTPofw,1456
|
|
108
111
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values-pipeline-10.yml,sha256=1hAvDhK_AbJUTggts9yqnvjwuonV1h49_pVGD0whMgQ,879
|
|
@@ -174,7 +177,10 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elemen
|
|
|
174
177
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat.yml,sha256=1MgPn1XkdPjafvjhxcMGHLqFkuisAu2cLPD5h7v8MP0,954
|
|
175
178
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall-pipeline-10.yml,sha256=l2cEz4zrsjh6r06geSH74gtTPy6AtNT9Z9HyOKjKGNA,21662
|
|
176
179
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall.yml,sha256=laIfm_gfak2Mp8cj5IrsYDv4EwLm6yyTyaAKErS1YgY,21637
|
|
177
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-
|
|
180
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-100B-values-cursor-count-1000.yml,sha256=FFABDB4Tl8SvAjMu484Q0j0pQhjVm9rQTaMGzqYIUxE,20151
|
|
181
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values-cursor-count-100.yml,sha256=k47GGnMCmzKFA90_lf-1DbQMGAa_q2UjLg7Nv3p_lTk,20147
|
|
182
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values.yml,sha256=yUwajZRUBc4mMb8jyhlw6R7gHo36itr1aWAXqHH4xu8,20068
|
|
183
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml,sha256=ZXM1FcqRPowrIreRinRUcfLivUXKGZYAhPGkKfE-Aes,2065
|
|
178
184
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements-pipeline-10.yml,sha256=BMYJcQl8Hqaj2BDnfdi5k4RvoeXlH_WsdmnoztiZzZE,964
|
|
179
185
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml,sha256=Gz7qlq4GB2GfxAvU1Ijyh2tYOua2Kg4oMr46QJ5g3y8,938
|
|
180
186
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-7bit-uint-lrange-all-elements-pipeline-10.yml,sha256=efmGZprAQF5InTux81Rk-H8KzQxmOT89zfzi6Hm7sbY,1418
|
|
@@ -207,6 +213,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elemen
|
|
|
207
213
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-sismember-50pct-chance.yml,sha256=2dn2klO6QnFfttaZi2OXlv_lHggL7_bxYBL3PZJFQw4,1083
|
|
208
214
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-srem-50pct-chance.yml,sha256=zm3_P4kpdI16A_XuKVBf3ywtvG8XWy03hUILRu7sx-g,1061
|
|
209
215
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-smembers.yml,sha256=obobyni8avSLoTOTEEWfT_YFuVgpTma9fGszc_JX2lI,13792
|
|
216
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan-cursor-count-100.yml,sha256=NxlLVmCAMZYqSGHmwpMGJxv9IszlXZNXGR8HTR0HXxY,13891
|
|
217
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan.yml,sha256=ivHe1E7Dd75liBCTV58zJdiwtbVrJN6fiM0JUNURY3s,13785
|
|
210
218
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1M-elements-sismember-50pct-chance.yml,sha256=o47aHfpCJ78VX2SOg8TKYkEHTyRGmQj-MRgtkiX4I0I,1076
|
|
211
219
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-200K-elements-sadd-constant.yml,sha256=GVqjU9N9mnUxR8IdnFbh6KxtbWxlSocbFgIxQ8h8Qk0,1075
|
|
212
220
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-2M-elements-sadd-increasing.yml,sha256=cmAyCOBnDSbtoxj1AJKAfAUwGk4zmqv2whlDB7z0QJw,766
|
|
@@ -225,6 +233,7 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-eleme
|
|
|
225
233
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements.yml,sha256=7DowBNg3kcSrzoaH17sZuJc6jfhyO0ZGsvVl5ZD86_w,3265
|
|
226
234
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml,sha256=E5g5jQgFkQmQO0XwrGLf7pXd2DCsbtDdiIPZcJfwyg4,3217
|
|
227
235
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zrange-all-elements.yml,sha256=xxCruOKlAT0EST1s5aNDpD9SiQoHbOqD96Ebi6-JB-8,24854
|
|
236
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zscan.yml,sha256=LdVEYSxF4E4_29pA6pZaq4XM9jkBawG2cvbAnZcwmiw,24830
|
|
228
237
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zcard-pipeline-10.yml,sha256=K4GdJcVwSRBnwLcdpp7vM-1fvmmjmyp00DEDtN-oxh4,986
|
|
229
238
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zremrangebyscore-pipeline-10.yml,sha256=n2V9VwxteZzgfPTph_8f2qdg60KOU0xDOQNjyxHK5o8,1144
|
|
230
239
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements.yml,sha256=PC0XF3qArdCouNREp7gur90CMVNRbzs64r3LVDtA7OA,1097
|
|
@@ -244,22 +253,35 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elem
|
|
|
244
253
|
redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunionstore.yml,sha256=xkD4HHGvfHZF9YEsp1eErWOnC_WFdgFXyo-RW0_s7Fo,39526
|
|
245
254
|
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10.yml,sha256=JZFklwHgoD1L2yKjYqNk3be1rPbVHIG96iF3RcucfOY,992
|
|
246
255
|
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml,sha256=wzInI4jsrgoMb2-Jb7T0mF33AZCCDioeZB73lIkSvzM,966
|
|
247
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-
|
|
248
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-
|
|
249
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-
|
|
250
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-
|
|
251
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-
|
|
252
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-
|
|
253
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-
|
|
256
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-400_conns.yml,sha256=eb-ESXbzdsrE1Bx_Bo_18w8MKIi94lSTEhbRCzg0Azw,1265
|
|
257
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-40_conns.yml,sha256=33OKZg0Wal3CbTt2Z8zitX25_Zt7adYdIqjFOaDkL0g,1262
|
|
258
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml,sha256=3V9GitYMnxJG2yIie5ifuDS0VVJcwvDiTTd-Re2ugX8,1275
|
|
259
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml,sha256=8WldKCHVfWIOF40LsJoHxdNWCxumBF4zPMQxDZoQFaA,1273
|
|
260
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml,sha256=LrwqYZzPveycOVzrskyMCirP7mh8W9_UBeTRUReSk2c,1270
|
|
261
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-400_conns.yml,sha256=xKtSi-JWPjwYluuMXcsgrE6vnynqXcBUSb9qd86yuac,1271
|
|
262
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml,sha256=oMfr3s9FCFTmzmYfNhOYiOehGi8299p2M4JXlDDQmwM,1281
|
|
263
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml,sha256=Au5Ym-fUVy542V9Hd-IZdhdUMa7KRWEVedH4n0dKuWI,1279
|
|
264
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml,sha256=j3oiHVtmdJXurGqvw-kjJbQDY-9Kc2Bg2CNu7yBnHH8,1281
|
|
265
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-50-50-with-512B-values-with-expiration-pipeline-10-400_conns.yml,sha256=3TUkmRj2CCK-Ou3XvgVZPmrpejxccAv9Bp12nzsO2MM,1328
|
|
266
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-10-with-precondition-pipeline-10.yml,sha256=6evJPbkjPBiV7KiDJZtU_c3XX9Hc-x6NSSfSKwsk7fo,1147
|
|
267
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-10years-pipeline-10.yml,sha256=WuWg8RjB5haVwPkYRTD0Vja4Pa_28hredFclNOFEnd4,826
|
|
268
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-3-pipeline-10.yml,sha256=r0LCXPfjwIBMyiCCaKMmIZuBzXHI2i7RhNWGJsDPyYY,815
|
|
269
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-random-range-pipeline-10.yml,sha256=p111a5pYbHP1bR7Z0_9sdcHDpCa-ZTp0mLcZSZbh2nI,968
|
|
270
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-update-del-ex-120-pipeline-10.yml,sha256=_r-1Mg3HPb4SHe6gBMhXo-ZazdZHdtFN7jAP5ww8EWo,933
|
|
271
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-80Mkeys-string-set-ex-20-precodition-multiclient-pipeline-10.yml,sha256=7zFmWhVRaj_-xKHuZs8MZpAuUBYNVln9RHClZT8q4gk,1140
|
|
254
272
|
redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml,sha256=y8c0KsJ-SYmEfvW8m5rQg0hd9boh-FWkzAZTma4OYaI,734
|
|
255
273
|
redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml,sha256=VIFNaaAqRQMeDvtXmKGDpJTnu658Lv5i_oAju5uSi_c,708
|
|
256
274
|
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-ping-pipeline-10.yml,sha256=UM801JomvpZk2k6mySc_ByxMF9oAsUVJ_s_9HlL3Sn8,680
|
|
275
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-100-subscribers.yml,sha256=6ZnITAwtLAkmJTlo5cPtdyO7A2YSxMpmxxwlirbI7QI,1148
|
|
276
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-1000-subscribers.yml,sha256=38rj3PDO66XA9HJ0uT3-r6r-XkRHl4a9JkPZEcdaVLI,1150
|
|
277
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-5000-subscribers.yml,sha256=K4Oj691mDWfnH4p8cbbKiEI5h7mRqUqKWjFP-FJIAEI,1149
|
|
278
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-50K-subscribers-5k-conns.yml,sha256=0Y4FAdn1KErbBNdt2xQdtQUhMLNQjA_-X1zrbAHO1jg,1158
|
|
257
279
|
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publish-1K-channels-10B-no-subscribers.yml,sha256=ich32ZYaXh-ixNNyFi5wvyEfLq0H5l0GS4MOL5TpjuE,774
|
|
258
280
|
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml,sha256=rJuWWXubUeRKQ2GSfHlbPMLeOyM9Eu_MzvN2vgKcAhA,672
|
|
259
281
|
redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
|
|
260
282
|
redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=uhaSP6YUVmPvZU-qMtPPGdvNEUgUBqOfveUbeJ9WsbI,972
|
|
261
|
-
redis_benchmarks_specification-0.1.
|
|
262
|
-
redis_benchmarks_specification-0.1.
|
|
263
|
-
redis_benchmarks_specification-0.1.
|
|
264
|
-
redis_benchmarks_specification-0.1.
|
|
265
|
-
redis_benchmarks_specification-0.1.
|
|
283
|
+
redis_benchmarks_specification-0.1.274.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
284
|
+
redis_benchmarks_specification-0.1.274.dist-info/METADATA,sha256=zTSFHC3FE8P_AS96bn4_K8n4Ylh7a8pg0RZXH8SUY98,22726
|
|
285
|
+
redis_benchmarks_specification-0.1.274.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
286
|
+
redis_benchmarks_specification-0.1.274.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
|
|
287
|
+
redis_benchmarks_specification-0.1.274.dist-info/RECORD,,
|
redis_benchmarks_specification/setups/builders/gcc:10.5.0-amd64-debian-bullseye-redisearch.yml
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
version: 0.1
|
|
2
|
-
id: gcc:10.5.0-amd64-debian-bullseye-redisearch
|
|
3
|
-
os: debian-bullseye
|
|
4
|
-
arch: amd64
|
|
5
|
-
compiler: "gcc"
|
|
6
|
-
cpp_compiler: "g++"
|
|
7
|
-
kind: docker
|
|
8
|
-
build_image: gcc:10.5.0-bullseye
|
|
9
|
-
run_image: debian:bullseye
|
|
10
|
-
description: "Using GNU Compiler Containers (https://hub.docker.com/_/gcc?tab=description)
|
|
11
|
-
pre-configured environment with all the tools required to build with gcc."
|
|
12
|
-
build_artifacts:
|
|
13
|
-
- redisearch.so
|
|
14
|
-
- redis-server
|
|
15
|
-
build_command: "sh -c 'apt update && apt install python3-pip -y && BUILD_WITH_MODULES=yes make --ignore-errors -j && cd modules/redisearch/src && make setup && make build && cd -'"
|
|
16
|
-
metadata:
|
|
17
|
-
compiler: "gcc"
|
|
18
|
-
compiler_version: "10.5.0"
|
|
19
|
-
os: debian-bullseye
|
|
20
|
-
arch: amd64
|
|
21
|
-
|
|
22
|
-
env:
|
|
23
|
-
REDIS_CFLAGS: "-g -fno-omit-frame-pointer"
|
|
24
|
-
|
|
File without changes
|
|
File without changes
|