redis-benchmarks-specification 0.1.75__py3-none-any.whl → 0.1.76__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 (36) hide show
  1. redis_benchmarks_specification/__builder__/builder.py +36 -4
  2. redis_benchmarks_specification/__cli__/args.py +36 -0
  3. redis_benchmarks_specification/__cli__/cli.py +127 -49
  4. redis_benchmarks_specification/__compare__/compare.py +0 -6
  5. redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py +65 -3
  6. {redis_benchmarks_specification-0.1.75.dist-info → redis_benchmarks_specification-0.1.76.dist-info}/METADATA +2 -2
  7. {redis_benchmarks_specification-0.1.75.dist-info → redis_benchmarks_specification-0.1.76.dist-info}/RECORD +10 -36
  8. redis_benchmarks_specification/test-suites/create-re-string.py +0 -286
  9. redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-load-string200c-with-20KiB-values-pipeline-10.yml +0 -20
  10. redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-load-string200c-with-20KiB-values.yml +0 -20
  11. redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-load-string50c-with-20KiB-values-pipeline-10.yml +0 -20
  12. redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-load-string50c-with-20KiB-values.yml +0 -20
  13. redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-string-setget200c-20KiB-pipeline-10.yml +0 -26
  14. redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-string-setget200c-20KiB.yml +0 -26
  15. redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-string-setget50c-20KiB-pipeline-10.yml +0 -26
  16. redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-string-setget50c-20KiB.yml +0 -26
  17. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string200c-with-100B-values-pipeline-10.yml +0 -20
  18. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string200c-with-100B-values.yml +0 -20
  19. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string200c-with-1KiB-values-pipeline-10.yml +0 -20
  20. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string200c-with-1KiB-values.yml +0 -20
  21. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string50c-with-100B-values-pipeline-10.yml +0 -20
  22. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string50c-with-100B-values.yml +0 -20
  23. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string50c-with-1KiB-values-pipeline-10.yml +0 -20
  24. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string50c-with-1KiB-values.yml +0 -20
  25. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-mget-1KiB.yml +0 -27
  26. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget200c-100B-pipeline-10.yml +0 -26
  27. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget200c-100B.yml +0 -26
  28. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-10.yml +0 -26
  29. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget200c-1KiB.yml +0 -26
  30. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-100B-pipeline-10.yml +0 -26
  31. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-100B.yml +0 -26
  32. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-1KiB-pipeline-10.yml +0 -26
  33. redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-1KiB.yml +0 -26
  34. {redis_benchmarks_specification-0.1.75.dist-info → redis_benchmarks_specification-0.1.76.dist-info}/LICENSE +0 -0
  35. {redis_benchmarks_specification-0.1.75.dist-info → redis_benchmarks_specification-0.1.76.dist-info}/WHEEL +0 -0
  36. {redis_benchmarks_specification-0.1.75.dist-info → redis_benchmarks_specification-0.1.76.dist-info}/entry_points.txt +0 -0
@@ -1,286 +0,0 @@
1
- tests = [
2
- {
3
- "name": "memtier_benchmark-100Kkeys-string-setget50c-20KiB",
4
- "precommand": "--data-size 20000 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram --key-minimum=1 --key-maximum=100000 -n allkeys",
5
- "check": {"keyspacelen": 100000},
6
- "command": "--data-size 20000 --ratio 1:10 --key-pattern R:R -c 25 -t 2 --hide-histogram --key-minimum=1 --key-maximum=100000 --test-time 180",
7
- "kpis": {},
8
- "tested-commands": ["setget-20k"],
9
- "tested-groups": ["string"],
10
- },
11
- {
12
- "name": "memtier_benchmark-100Kkeys-string-setget50c-20KiB-pipeline-10",
13
- "precommand": "--data-size 20000 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram --key-minimum=1 --key-maximum=100000 -n allkeys",
14
- "check": {"keyspacelen": 100000},
15
- "command": "--pipeline 10 --data-size 20000 --ratio 1:10 --key-pattern R:R -c 25 -t 2 --key-minimum=1 --key-maximum=100000 --hide-histogram --test-time 180",
16
- "kpis": {},
17
- "tested-commands": ["setget-20k"],
18
- "tested-groups": ["string"],
19
- },
20
- {
21
- "name": "memtier_benchmark-100Kkeys-string-setget200c-20KiB",
22
- "precommand": "--data-size 20000 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram --key-minimum=1 --key-maximum=100000 -n allkeys",
23
- "check": {"keyspacelen": 100000},
24
- "command": "--data-size 20000 --ratio 1:10 --key-pattern R:R -c 50 -t 4 --hide-histogram --key-minimum=1 --key-maximum=100000 --test-time 180",
25
- "kpis": {},
26
- "tested-commands": ["setget-20k"],
27
- "tested-groups": ["string"],
28
- },
29
- {
30
- "name": "memtier_benchmark-100Kkeys-string-setget200c-20KiB-pipeline-10",
31
- "precommand": "--data-size 20000 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram --key-minimum=1 --key-maximum=100000 -n allkeys",
32
- "check": {"keyspacelen": 100000},
33
- "command": "--pipeline 10 --data-size 20000 --ratio 1:10 --key-pattern R:R -c 50 -t 4 --key-minimum=1 --key-maximum=100000 --hide-histogram --test-time 180",
34
- "kpis": {},
35
- "tested-commands": ["setget-20k"],
36
- "tested-groups": ["string"],
37
- },
38
- {
39
- "name": "memtier_benchmark-100Kkeys-load-string50c-with-20KiB-values",
40
- "precommand": "",
41
- "check": {"keyspacelen": 0},
42
- "command": "--data-size 20000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum=100000 --test-time 180 -c 25 -t 2 --hide-histogram",
43
- "kpis": {},
44
- "tested-commands": ["set-20k"],
45
- "tested-groups": ["string"],
46
- },
47
- {
48
- "name": "memtier_benchmark-100Kkeys-load-string50c-with-20KiB-values-pipeline-10",
49
- "precommand": "",
50
- "check": {"keyspacelen": 0},
51
- "command": "--pipeline 10 --data-size 20000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum=100000 --test-time 180 -c 25 -t 2 --hide-histogram",
52
- "kpis": {},
53
- "tested-commands": ["set-20k"],
54
- "tested-groups": ["string"],
55
- },
56
- {
57
- "name": "memtier_benchmark-100Kkeys-load-string200c-with-20KiB-values",
58
- "precommand": "",
59
- "check": {"keyspacelen": 0},
60
- "command": "--data-size 20000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum=100000 --test-time 180 -c 50 -t 4 --hide-histogram",
61
- "kpis": {},
62
- "tested-commands": ["set-20k"],
63
- "tested-groups": ["string"],
64
- },
65
- {
66
- "name": "memtier_benchmark-100Kkeys-load-string200c-with-20KiB-values-pipeline-10",
67
- "precommand": "",
68
- "check": {"keyspacelen": 0},
69
- "command": "--pipeline 10 --data-size 20000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum=100000 --test-time 180 -c 50 -t 4 --hide-histogram",
70
- "kpis": {},
71
- "tested-commands": ["set-20k"],
72
- "tested-groups": ["string"],
73
- },
74
- {
75
- "name": "memtier_benchmark-1Mkeys-string-setget50c-100B",
76
- "precommand": "--data-size 100 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram --key-minimum=1 --key-maximum=1000000 -n allkeys",
77
- "check": {"keyspacelen": 1000000},
78
- "command": "--data-size 100 --ratio 1:10 --key-pattern R:R -c 25 -t 2 --hide-histogram --test-time 180",
79
- "kpis": {},
80
- "tested-commands": ["setget"],
81
- "tested-groups": ["string"],
82
- },
83
- {
84
- "name": "memtier_benchmark-1Mkeys-string-setget50c-1KiB",
85
- "precommand": "--data-size 1000 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram --key-minimum=1 --key-maximum=1000000 -n allkeys",
86
- "check": {"keyspacelen": 1000000},
87
- "command": "--data-size 1000 --ratio 1:10 --key-pattern R:R -c 25 -t 2 --hide-histogram --test-time 180",
88
- "kpis": {},
89
- "tested-commands": ["setget"],
90
- "tested-groups": ["string"],
91
- },
92
- {
93
- "name": "memtier_benchmark-1Mkeys-string-setget50c-100B-pipeline-10",
94
- "precommand": "--data-size 100 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram --key-minimum=1 --key-maximum=1000000 -n allkeys",
95
- "check": {"keyspacelen": 1000000},
96
- "command": "--pipeline 10 --data-size 100 --ratio 1:10 --key-pattern R:R -c 25 -t 2 --hide-histogram --test-time 180",
97
- "kpis": {},
98
- "tested-commands": ["setget"],
99
- "tested-groups": ["string"],
100
- },
101
- {
102
- "name": "memtier_benchmark-1Mkeys-string-setget50c-1KiB-pipeline-10",
103
- "precommand": "--data-size 1000 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram --key-minimum=1 --key-maximum=1000000 -n allkeys",
104
- "check": {"keyspacelen": 1000000},
105
- "command": "--pipeline 10 --data-size 1000 --ratio 1:10 --key-pattern R:R -c 25 -t 2 --hide-histogram --test-time 180",
106
- "kpis": {},
107
- "tested-commands": ["setget"],
108
- "tested-groups": ["string"],
109
- },
110
- {
111
- "name": "memtier_benchmark-1Mkeys-string-setget200c-100B",
112
- "precommand": "--data-size 100 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram --key-minimum=1 --key-maximum=1000000 -n allkeys",
113
- "check": {"keyspacelen": 1000000},
114
- "command": "--data-size 100 --ratio 1:10 --key-pattern R:R -c 50 -t 4 --hide-histogram --test-time 180",
115
- "kpis": {},
116
- "tested-commands": ["setget"],
117
- "tested-groups": ["string"],
118
- },
119
- {
120
- "name": "memtier_benchmark-1Mkeys-string-setget200c-1KiB",
121
- "precommand": "--data-size 1000 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram --key-minimum=1 --key-maximum=1000000 -n allkeys",
122
- "check": {"keyspacelen": 1000000},
123
- "command": "--data-size 1000 --ratio 1:10 --key-pattern R:R -c 50 -t 4 --hide-histogram --test-time 180",
124
- "kpis": {},
125
- "tested-commands": ["setget"],
126
- "tested-groups": ["string"],
127
- },
128
- {
129
- "name": "memtier_benchmark-1Mkeys-string-setget200c-100B-pipeline-10",
130
- "precommand": "--data-size 100 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram --key-minimum=1 --key-maximum=1000000 -n allkeys",
131
- "check": {"keyspacelen": 1000000},
132
- "command": "--pipeline 10 --data-size 100 --ratio 1:10 --key-pattern R:R -c 50 -t 4 --hide-histogram --test-time 180",
133
- "kpis": {},
134
- "tested-commands": ["setget"],
135
- "tested-groups": ["string"],
136
- },
137
- {
138
- "name": "memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-10",
139
- "precommand": "--data-size 1000 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram --key-minimum=1 --key-maximum=1000000 -n allkeys",
140
- "check": {"keyspacelen": 1000000},
141
- "command": "--pipeline 10 --data-size 1000 --ratio 1:10 --key-pattern R:R -c 50 -t 4 --hide-histogram --test-time 180",
142
- "kpis": {},
143
- "tested-commands": ["setget"],
144
- "tested-groups": ["string"],
145
- },
146
- {
147
- "name": "memtier_benchmark-1Mkeys-load-string50c-with-100B-values",
148
- "precommand": "",
149
- "check": {"keyspacelen": 0},
150
- "command": "--data-size 100 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 25 -t 2 --hide-histogram",
151
- "kpis": {},
152
- "tested-commands": ["set"],
153
- "tested-groups": ["string"],
154
- },
155
- {
156
- "name": "memtier_benchmark-1Mkeys-load-string50c-with-1KiB-values",
157
- "precommand": "",
158
- "check": {"keyspacelen": 0},
159
- "command": "--data-size 1000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 25 -t 2 --hide-histogram",
160
- "kpis": {},
161
- "tested-commands": ["set"],
162
- "tested-groups": ["string"],
163
- },
164
- {
165
- "name": "memtier_benchmark-1Mkeys-load-string50c-with-100B-values-pipeline-10",
166
- "precommand": "",
167
- "check": {"keyspacelen": 0},
168
- "command": "--pipeline 10 --data-size 100 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 25 -t 2 --hide-histogram",
169
- "kpis": {},
170
- "tested-commands": ["set"],
171
- "tested-groups": ["string"],
172
- },
173
- {
174
- "name": "memtier_benchmark-1Mkeys-load-string50c-with-1KiB-values-pipeline-10",
175
- "precommand": "",
176
- "check": {"keyspacelen": 0},
177
- "command": "--pipeline 10 --data-size 1000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 25 -t 2 --hide-histogram",
178
- "kpis": {},
179
- "tested-commands": ["set"],
180
- "tested-groups": ["string"],
181
- },
182
- {
183
- "name": "memtier_benchmark-1Mkeys-load-string200c-with-100B-values",
184
- "precommand": "",
185
- "check": {"keyspacelen": 0},
186
- "command": "--data-size 100 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram",
187
- "kpis": {},
188
- "tested-commands": ["set"],
189
- "tested-groups": ["string"],
190
- },
191
- {
192
- "name": "memtier_benchmark-1Mkeys-load-string200c-with-1KiB-values",
193
- "precommand": "",
194
- "check": {"keyspacelen": 0},
195
- "command": "--data-size 1000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram",
196
- "kpis": {},
197
- "tested-commands": ["set"],
198
- "tested-groups": ["string"],
199
- },
200
- {
201
- "name": "memtier_benchmark-1Mkeys-load-string200c-with-100B-values-pipeline-10",
202
- "precommand": "",
203
- "check": {"keyspacelen": 0},
204
- "command": "--pipeline 10 --data-size 100 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram",
205
- "kpis": {},
206
- "tested-commands": ["set"],
207
- "tested-groups": ["string"],
208
- },
209
- {
210
- "name": "memtier_benchmark-1Mkeys-load-string200c-with-1KiB-values-pipeline-10",
211
- "precommand": "",
212
- "check": {"keyspacelen": 0},
213
- "command": "--pipeline 10 --data-size 1000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram",
214
- "kpis": {},
215
- "tested-commands": ["set"],
216
- "tested-groups": ["string"],
217
- },
218
- {
219
- "name": "memtier_benchmark-1Mkeys-string-mget-1KiB",
220
- "precommand": "--data-size 1000 --key-minimum=1 --key-maximum 1000000 -n allkeys --ratio=1:0 --key-pattern P:P --hide-histogram -t 2 -c 100",
221
- "check": {"keyspacelen": 1000000},
222
- "command": ' --command="MGET __key__ memtier-1 memtier-2 memtier-3 memtier-4 memtier-5 memtier-6 memtier-7 memtier-8 memtier-9" --command-key-pattern=R -c 50 -t 2 --hide-histogram --test-time 180',
223
- "kpis": {},
224
- "tested-commands": ["mget"],
225
- "tested-groups": ["string"],
226
- },
227
- ]
228
-
229
- print(len(tests))
230
- re_filenames = [x["name"] for x in tests]
231
- re_test_specs = {}
232
- for x in tests:
233
- re_test_specs[x["name"]] = x
234
-
235
- import yaml
236
- import json
237
- import pathlib
238
-
239
-
240
- defaults_filename = "default.yml"
241
- prefix = "memtier_benchmark-"
242
- test_glob = "memtier_*.yml"
243
- files = pathlib.Path().glob(test_glob)
244
- files = [str(x) for x in files]
245
-
246
- base_yaml = yaml.safe_load(open("memtier_benchmark-1Mkeys-string-get-1KiB.yml"))
247
- del base_yaml["description"]
248
- # del base_yaml["clientconfig"]["resources"]
249
- # del base_yaml["build-variants"]
250
- # del base_yaml["priority"]
251
- # del base_yaml["redis-topologies"]
252
- # del base_yaml["tested-commands"]
253
- # del base_yaml["version"]
254
- # del base_yaml["tested-groups"]
255
- #
256
-
257
-
258
- #
259
- # for file in files:
260
- # if defaults_filename in file:
261
- # files.remove(file)
262
-
263
- for re_file in re_filenames:
264
- re_spec = re_test_specs[re_file]
265
- precommand = ""
266
- if "precommand" in re_spec:
267
- precommand = re_spec["precommand"]
268
-
269
- command = ""
270
- if "command" in re_spec:
271
- command = re_spec["command"]
272
- if "dbconfig" in base_yaml:
273
- del base_yaml["dbconfig"]
274
- if precommand != "":
275
- base_yaml["dbconfig"] = {}
276
- base_yaml["dbconfig"]["preload_tool"] = {}
277
- base_yaml["dbconfig"]["preload_tool"][
278
- "run_image"
279
- ] = "redislabs/memtier_benchmark:edge"
280
- base_yaml["dbconfig"]["preload_tool"]["tool"] = "memtier_benchmark"
281
- base_yaml["dbconfig"]["preload_tool"]["arguments"] = f"{precommand}"
282
-
283
- base_yaml["clientconfig"]["arguments"] = command
284
- base_yaml["name"] = re_file
285
- with open(f"re-string/{re_file}.yml", "w") as outfile:
286
- yaml.dump(base_yaml, outfile)
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --pipeline 10 --data-size 20000 --ratio 1:0 --key-pattern P:P --key-minimum=1
5
- --key-maximum=100000 --test-time 180 -c 50 -t 4 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-100Kkeys-load-string200c-with-20KiB-values-pipeline-10
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --data-size 20000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum=100000
5
- --test-time 180 -c 50 -t 4 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-100Kkeys-load-string200c-with-20KiB-values
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --pipeline 10 --data-size 20000 --ratio 1:0 --key-pattern P:P --key-minimum=1
5
- --key-maximum=100000 --test-time 180 -c 25 -t 2 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-100Kkeys-load-string50c-with-20KiB-values-pipeline-10
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --data-size 20000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum=100000
5
- --test-time 180 -c 25 -t 2 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-100Kkeys-load-string50c-with-20KiB-values
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4
@@ -1,26 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --pipeline 10 --data-size 20000 --ratio 1:10 --key-pattern R:R -c 50
5
- -t 4 --key-minimum=1 --key-maximum=100000 --hide-histogram --test-time 180
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- dbconfig:
13
- preload_tool:
14
- arguments: --data-size 20000 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram
15
- --key-minimum=1 --key-maximum=100000 -n allkeys
16
- run_image: redislabs/memtier_benchmark:edge
17
- tool: memtier_benchmark
18
- name: memtier_benchmark-100Kkeys-string-setget200c-20KiB-pipeline-10
19
- priority: 1
20
- redis-topologies:
21
- - oss-standalone
22
- tested-commands:
23
- - get
24
- tested-groups:
25
- - string
26
- version: 0.4
@@ -1,26 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --data-size 20000 --ratio 1:10 --key-pattern R:R -c 50 -t 4 --hide-histogram
5
- --key-minimum=1 --key-maximum=100000 --test-time 180
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- dbconfig:
13
- preload_tool:
14
- arguments: --data-size 20000 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram
15
- --key-minimum=1 --key-maximum=100000 -n allkeys
16
- run_image: redislabs/memtier_benchmark:edge
17
- tool: memtier_benchmark
18
- name: memtier_benchmark-100Kkeys-string-setget200c-20KiB
19
- priority: 1
20
- redis-topologies:
21
- - oss-standalone
22
- tested-commands:
23
- - get
24
- tested-groups:
25
- - string
26
- version: 0.4
@@ -1,26 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --pipeline 10 --data-size 20000 --ratio 1:10 --key-pattern R:R -c 25
5
- -t 2 --key-minimum=1 --key-maximum=100000 --hide-histogram --test-time 180
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- dbconfig:
13
- preload_tool:
14
- arguments: --data-size 20000 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram
15
- --key-minimum=1 --key-maximum=100000 -n allkeys
16
- run_image: redislabs/memtier_benchmark:edge
17
- tool: memtier_benchmark
18
- name: memtier_benchmark-100Kkeys-string-setget50c-20KiB-pipeline-10
19
- priority: 1
20
- redis-topologies:
21
- - oss-standalone
22
- tested-commands:
23
- - get
24
- tested-groups:
25
- - string
26
- version: 0.4
@@ -1,26 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --data-size 20000 --ratio 1:10 --key-pattern R:R -c 25 -t 2 --hide-histogram
5
- --key-minimum=1 --key-maximum=100000 --test-time 180
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- dbconfig:
13
- preload_tool:
14
- arguments: --data-size 20000 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram
15
- --key-minimum=1 --key-maximum=100000 -n allkeys
16
- run_image: redislabs/memtier_benchmark:edge
17
- tool: memtier_benchmark
18
- name: memtier_benchmark-100Kkeys-string-setget50c-20KiB
19
- priority: 1
20
- redis-topologies:
21
- - oss-standalone
22
- tested-commands:
23
- - get
24
- tested-groups:
25
- - string
26
- version: 0.4
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --pipeline 10 --data-size 100 --ratio 1:0 --key-pattern P:P --key-minimum=1
5
- --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-1Mkeys-load-string200c-with-100B-values-pipeline-10
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --data-size 100 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum
5
- 1000000 --test-time 180 -c 50 -t 4 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-1Mkeys-load-string200c-with-100B-values
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --pipeline 10 --data-size 1000 --ratio 1:0 --key-pattern P:P --key-minimum=1
5
- --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-1Mkeys-load-string200c-with-1KiB-values-pipeline-10
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --data-size 1000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum
5
- 1000000 --test-time 180 -c 50 -t 4 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-1Mkeys-load-string200c-with-1KiB-values
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --pipeline 10 --data-size 100 --ratio 1:0 --key-pattern P:P --key-minimum=1
5
- --key-maximum 1000000 --test-time 180 -c 25 -t 2 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-1Mkeys-load-string50c-with-100B-values-pipeline-10
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --data-size 100 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum
5
- 1000000 --test-time 180 -c 25 -t 2 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-1Mkeys-load-string50c-with-100B-values
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --pipeline 10 --data-size 1000 --ratio 1:0 --key-pattern P:P --key-minimum=1
5
- --key-maximum 1000000 --test-time 180 -c 25 -t 2 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-1Mkeys-load-string50c-with-1KiB-values-pipeline-10
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4
@@ -1,20 +0,0 @@
1
- build-variants:
2
- - gcc:8.5.0-amd64-debian-buster-default
3
- clientconfig:
4
- arguments: --data-size 1000 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum
5
- 1000000 --test-time 180 -c 25 -t 2 --hide-histogram
6
- resources:
7
- requests:
8
- cpus: '4'
9
- memory: 2g
10
- run_image: redislabs/memtier_benchmark:edge
11
- tool: memtier_benchmark
12
- name: memtier_benchmark-1Mkeys-load-string50c-with-1KiB-values
13
- priority: 1
14
- redis-topologies:
15
- - oss-standalone
16
- tested-commands:
17
- - get
18
- tested-groups:
19
- - string
20
- version: 0.4