redis-benchmarks-specification 0.1.272__py3-none-any.whl → 0.1.273__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 +700 -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-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.273.dist-info}/METADATA +1 -1
- {redis_benchmarks_specification-0.1.272.dist-info → redis_benchmarks_specification-0.1.273.dist-info}/RECORD +35 -19
- 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.273.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.1.272.dist-info → redis_benchmarks_specification-0.1.273.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.1.272.dist-info → redis_benchmarks_specification-0.1.273.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.273
|
|
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=tUVhm5ZX-5DxCTkDrkkb8xb7bc9bPWg8kR_j8sStHIU,74011
|
|
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
|
|
@@ -244,22 +247,35 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elem
|
|
|
244
247
|
redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunionstore.yml,sha256=xkD4HHGvfHZF9YEsp1eErWOnC_WFdgFXyo-RW0_s7Fo,39526
|
|
245
248
|
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10.yml,sha256=JZFklwHgoD1L2yKjYqNk3be1rPbVHIG96iF3RcucfOY,992
|
|
246
249
|
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-
|
|
250
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-400_conns.yml,sha256=eb-ESXbzdsrE1Bx_Bo_18w8MKIi94lSTEhbRCzg0Azw,1265
|
|
251
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-40_conns.yml,sha256=33OKZg0Wal3CbTt2Z8zitX25_Zt7adYdIqjFOaDkL0g,1262
|
|
252
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml,sha256=3V9GitYMnxJG2yIie5ifuDS0VVJcwvDiTTd-Re2ugX8,1275
|
|
253
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml,sha256=8WldKCHVfWIOF40LsJoHxdNWCxumBF4zPMQxDZoQFaA,1273
|
|
254
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml,sha256=LrwqYZzPveycOVzrskyMCirP7mh8W9_UBeTRUReSk2c,1270
|
|
255
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-400_conns.yml,sha256=xKtSi-JWPjwYluuMXcsgrE6vnynqXcBUSb9qd86yuac,1271
|
|
256
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml,sha256=oMfr3s9FCFTmzmYfNhOYiOehGi8299p2M4JXlDDQmwM,1281
|
|
257
|
+
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
|
|
258
|
+
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
|
|
259
|
+
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
|
|
260
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-10-with-precondition-pipeline-10.yml,sha256=6evJPbkjPBiV7KiDJZtU_c3XX9Hc-x6NSSfSKwsk7fo,1147
|
|
261
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-10years-pipeline-10.yml,sha256=WuWg8RjB5haVwPkYRTD0Vja4Pa_28hredFclNOFEnd4,826
|
|
262
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-3-pipeline-10.yml,sha256=r0LCXPfjwIBMyiCCaKMmIZuBzXHI2i7RhNWGJsDPyYY,815
|
|
263
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-ex-random-range-pipeline-10.yml,sha256=p111a5pYbHP1bR7Z0_9sdcHDpCa-ZTp0mLcZSZbh2nI,968
|
|
264
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-50Mkeys-string-set-update-del-ex-120-pipeline-10.yml,sha256=_r-1Mg3HPb4SHe6gBMhXo-ZazdZHdtFN7jAP5ww8EWo,933
|
|
265
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-80Mkeys-string-set-ex-20-precodition-multiclient-pipeline-10.yml,sha256=7zFmWhVRaj_-xKHuZs8MZpAuUBYNVln9RHClZT8q4gk,1140
|
|
254
266
|
redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml,sha256=y8c0KsJ-SYmEfvW8m5rQg0hd9boh-FWkzAZTma4OYaI,734
|
|
255
267
|
redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml,sha256=VIFNaaAqRQMeDvtXmKGDpJTnu658Lv5i_oAju5uSi_c,708
|
|
256
268
|
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-ping-pipeline-10.yml,sha256=UM801JomvpZk2k6mySc_ByxMF9oAsUVJ_s_9HlL3Sn8,680
|
|
269
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-100-subscribers.yml,sha256=6ZnITAwtLAkmJTlo5cPtdyO7A2YSxMpmxxwlirbI7QI,1148
|
|
270
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-1000-subscribers.yml,sha256=38rj3PDO66XA9HJ0uT3-r6r-XkRHl4a9JkPZEcdaVLI,1150
|
|
271
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-5000-subscribers.yml,sha256=K4Oj691mDWfnH4p8cbbKiEI5h7mRqUqKWjFP-FJIAEI,1149
|
|
272
|
+
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
273
|
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publish-1K-channels-10B-no-subscribers.yml,sha256=ich32ZYaXh-ixNNyFi5wvyEfLq0H5l0GS4MOL5TpjuE,774
|
|
258
274
|
redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml,sha256=rJuWWXubUeRKQ2GSfHlbPMLeOyM9Eu_MzvN2vgKcAhA,672
|
|
259
275
|
redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
|
|
260
276
|
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.
|
|
277
|
+
redis_benchmarks_specification-0.1.273.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
278
|
+
redis_benchmarks_specification-0.1.273.dist-info/METADATA,sha256=dd5weai6mqaPSfhQh7oonXbrOCNC-54FK7-qgeg4mDM,22726
|
|
279
|
+
redis_benchmarks_specification-0.1.273.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
280
|
+
redis_benchmarks_specification-0.1.273.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
|
|
281
|
+
redis_benchmarks_specification-0.1.273.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
|