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

@@ -255,6 +255,7 @@ def prepare_memtier_benchmark_parameters(
255
255
 
256
256
  if oss_cluster_api_enabled is True:
257
257
  benchmark_command.append("--cluster-mode")
258
+ logging.info(f"Preparing the benchmark parameters. {benchmark_command}.")
258
259
  benchmark_command_str = " ".join(benchmark_command)
259
260
  if "arguments" in clientconfig:
260
261
  benchmark_command_str = benchmark_command_str + " " + clientconfig["arguments"]
@@ -1596,11 +1596,13 @@ def data_prepopulation_step(
1596
1596
  (
1597
1597
  _,
1598
1598
  preload_command_str,
1599
+ _,
1599
1600
  ) = prepare_memtier_benchmark_parameters(
1600
1601
  benchmark_config["dbconfig"]["preload_tool"],
1601
1602
  full_benchmark_path,
1602
1603
  port,
1603
1604
  "localhost",
1605
+ None,
1604
1606
  local_benchmark_output_filename,
1605
1607
  False,
1606
1608
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.213
3
+ Version: 0.1.214
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
@@ -24,7 +24,7 @@ redis_benchmarks_specification/__compare__/compare.py,sha256=KLtgSjAehR3T9fJ7bLV
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
26
  redis_benchmarks_specification/__runner__/args.py,sha256=lYvbPd_3ppHZv4f2sRwXcF-fcBrwRSn3H2RMmNVkojY,7221
27
- redis_benchmarks_specification/__runner__/runner.py,sha256=4ed8mNrZioIYL3XhHenMqeZGPkX1Cy8nbhB8ThyzEKU,48106
27
+ redis_benchmarks_specification/__runner__/runner.py,sha256=cik5-dBjfYZConKdUv15VnNgXD0UOpss6TEPghYVqco,48184
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=VHjWWjZ0bs05rcQaeZYSFxf1d_0t02PRoXgfrhfF5nU,5770
30
30
  redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py,sha256=OVHqJzDgeSSRfUSiKp1ZTAVv14PvSbk-5yJsAAoUfpw,936
@@ -34,7 +34,7 @@ redis_benchmarks_specification/__self_contained_coordinator__/cpuset.py,sha256=s
34
34
  redis_benchmarks_specification/__self_contained_coordinator__/docker.py,sha256=Miib2rNewmg86VAb2H_cKLsuEiu_NL8iPX5boi3J_Xg,2538
35
35
  redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py,sha256=qB1rwqkROfuyFotB7MfUQiYS4Gzafd8dd2ca7lT4l2I,2909
36
36
  redis_benchmarks_specification/__self_contained_coordinator__/runners.py,sha256=F8ABBkGjVMYLfim3fCcVead0h97IMfg0wTyzgIGirf4,28611
37
- redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=zeIh98L8e4mDhvCBKfQ3T-Xe9FtCfmk0JSGcJAQXH-8,73574
37
+ redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=kKBB_yBnpRlFkQV9CYBbHgN2h1lMBgpUIV1ii2KvNt4,73607
38
38
  redis_benchmarks_specification/__setups__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  redis_benchmarks_specification/__setups__/topologies.py,sha256=xQ1IJkcTji_ZjLiJd3vOxZpvbNtBLZw9cPkw5hGJKHU,481
40
40
  redis_benchmarks_specification/__spec__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
@@ -151,8 +151,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-el
151
151
  redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml,sha256=7yWCmQTtiypmF1tHGV61z9Zh5EH8CVuETu7bDNC4V6g,1138
152
152
  redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml,sha256=Z6T75dIbjRb4YO1tFIV9K4S_KFzRHfAa4q3kOg0vcHw,1112
153
153
  redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
154
- redis_benchmarks_specification-0.1.213.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
155
- redis_benchmarks_specification-0.1.213.dist-info/METADATA,sha256=6ku3MFVU9AyrLzfTculz3ghcu_mp2QSOooVtcjd1tJ0,22726
156
- redis_benchmarks_specification-0.1.213.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
157
- redis_benchmarks_specification-0.1.213.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
158
- redis_benchmarks_specification-0.1.213.dist-info/RECORD,,
154
+ redis_benchmarks_specification-0.1.214.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
155
+ redis_benchmarks_specification-0.1.214.dist-info/METADATA,sha256=omUL2UqX0GOzPDxi8mj7Q-89vgdDUjRfAZg9Y5XxKx0,22726
156
+ redis_benchmarks_specification-0.1.214.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
157
+ redis_benchmarks_specification-0.1.214.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
158
+ redis_benchmarks_specification-0.1.214.dist-info/RECORD,,