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

@@ -1324,11 +1324,18 @@ def process_self_contained_coordinator_stream(
1324
1324
  metadata = {}
1325
1325
  # Add server metadata from Redis INFO SERVER
1326
1326
  metadata.update(server_metadata)
1327
+
1328
+ # Add connection mode metadata
1329
+ if tls_enabled:
1330
+ metadata["conn_mode"] = "TLS"
1331
+ metadata["tls"] = "true"
1332
+ else:
1333
+ metadata["conn_mode"] = "PLAINTEXT"
1334
+
1327
1335
  test_tls_cacert = None
1328
1336
  test_tls_cert = None
1329
1337
  test_tls_key = None
1330
1338
  if tls_enabled:
1331
- metadata["tls"] = "true"
1332
1339
  if tls_cert is not None and tls_cert != "":
1333
1340
  _, test_tls_cert = cp_to_workdir(
1334
1341
  temporary_dir_client, tls_cert
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.284
3
+ Version: 0.1.286
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
@@ -25,7 +25,7 @@ redis_benchmarks_specification/__init__.py,sha256=YQIEx2sLPPA0JR9OuCuMNMNtm-f_gq
25
25
  redis_benchmarks_specification/__runner__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
26
26
  redis_benchmarks_specification/__runner__/args.py,sha256=4NaHTfT3FB0wGrYslWb_DKHGf9Za963TjXKk648cjqw,9679
27
27
  redis_benchmarks_specification/__runner__/remote_profiling.py,sha256=DNl4Wx4wHHcbmKrXFrS51gLVVBY-hftUB8awb_p9kY4,17887
28
- redis_benchmarks_specification/__runner__/runner.py,sha256=tX59OElteutpg5-phvoK4aLFS-oPVa9GXb8IYWrQQyk,105398
28
+ redis_benchmarks_specification/__runner__/runner.py,sha256=C5Fmbf8VWF4LQ9ObIl8_4zwBz9ZiWx1f-SZBW5KGCng,105627
29
29
  redis_benchmarks_specification/__self_contained_coordinator__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
30
30
  redis_benchmarks_specification/__self_contained_coordinator__/args.py,sha256=uxBjdQ78klvsVi6lOfGYQVaWIxc8OI-DwYKY16SgvCY,5952
31
31
  redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py,sha256=OVHqJzDgeSSRfUSiKp1ZTAVv14PvSbk-5yJsAAoUfpw,936
@@ -273,8 +273,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publi
273
273
  redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml,sha256=rJuWWXubUeRKQ2GSfHlbPMLeOyM9Eu_MzvN2vgKcAhA,672
274
274
  redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
275
275
  redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=uhaSP6YUVmPvZU-qMtPPGdvNEUgUBqOfveUbeJ9WsbI,972
276
- redis_benchmarks_specification-0.1.284.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
277
- redis_benchmarks_specification-0.1.284.dist-info/METADATA,sha256=Z0QcsA6m4m3Ox2PjyVN7LmN9LvvqJVpqJ9jhQ7-rcec,22726
278
- redis_benchmarks_specification-0.1.284.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
279
- redis_benchmarks_specification-0.1.284.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
280
- redis_benchmarks_specification-0.1.284.dist-info/RECORD,,
276
+ redis_benchmarks_specification-0.1.286.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
277
+ redis_benchmarks_specification-0.1.286.dist-info/METADATA,sha256=RN5Q8dsULMNor29T7IBWXWIzAVVhKZykycIwBZlb-w4,22726
278
+ redis_benchmarks_specification-0.1.286.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
279
+ redis_benchmarks_specification-0.1.286.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
280
+ redis_benchmarks_specification-0.1.286.dist-info/RECORD,,