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

@@ -325,4 +325,10 @@ def create_client_runner_args(project_name):
325
325
  default=None,
326
326
  help="Password for HTTP basic authentication to remote profiling endpoint. Optional.",
327
327
  )
328
+ parser.add_argument(
329
+ "--override-topology",
330
+ type=str,
331
+ default="oss-standalone",
332
+ help="Override the redis-topologies from the benchmark config and use only the specified topology name instead.",
333
+ )
328
334
  return parser
@@ -1554,6 +1554,14 @@ def process_self_contained_coordinator_stream(
1554
1554
  None, None, stream, ""
1555
1555
  )
1556
1556
 
1557
+ # Use override topology if provided, otherwise use all topologies from config
1558
+ if hasattr(args, "override_topology") and args.override_topology:
1559
+ benchmark_topologies = [args.override_topology]
1560
+ logging.info(f"Using override topology: {args.override_topology}")
1561
+ else:
1562
+ benchmark_topologies = benchmark_config["redis-topologies"]
1563
+ logging.info(f"Running for a total of {len(benchmark_topologies)} topologies: {benchmark_topologies}")
1564
+
1557
1565
  # Check if user requested exit via Ctrl+C
1558
1566
  if _exit_requested:
1559
1567
  logging.info(f"Exit requested by user. Skipping test {test_name}.")
@@ -1592,7 +1600,7 @@ def process_self_contained_coordinator_stream(
1592
1600
  )
1593
1601
  )
1594
1602
 
1595
- for topology_spec_name in benchmark_config["redis-topologies"]:
1603
+ for topology_spec_name in benchmark_topologies:
1596
1604
  test_result = False
1597
1605
  benchmark_tool_global = ""
1598
1606
  full_result_path = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.2.30
3
+ Version: 0.2.31
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
  License-File: LICENSE
6
6
  Author: filipecosta90
@@ -24,9 +24,9 @@ redis_benchmarks_specification/__compare__/args.py,sha256=CNtA7pI9CJDTBJPGL2pNVf
24
24
  redis_benchmarks_specification/__compare__/compare.py,sha256=7fawmGqLCz5buCqfKRkM-wgLUUxNkFOITxhpDKrVdos,87802
25
25
  redis_benchmarks_specification/__init__.py,sha256=YQIEx2sLPPA0JR9OuCuMNMNtm-f_gqDKgzvNJnkGNKY,491
26
26
  redis_benchmarks_specification/__runner__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
27
- redis_benchmarks_specification/__runner__/args.py,sha256=K3VGmBC0-9lSv9H6VDp0N-6FGMWvc_4H0pG_TOXN5u8,11312
27
+ redis_benchmarks_specification/__runner__/args.py,sha256=i4_eM-lfCSqOWxxDh0_g9d5YR4fAM7M08CSnsrqUaSs,11548
28
28
  redis_benchmarks_specification/__runner__/remote_profiling.py,sha256=R7obNQju8mmY9oKkcndjI4aAuxi84OCLhDSqqaYu1SU,18610
29
- redis_benchmarks_specification/__runner__/runner.py,sha256=Kj2DO9j8_QWKxLELelnkwGgClewBqicfJB58bctBaF8,157171
29
+ redis_benchmarks_specification/__runner__/runner.py,sha256=yAGh00WD_DI2YvHAVbbiulzhwyY02L11fYiLXSEE3Sg,157684
30
30
  redis_benchmarks_specification/__self_contained_coordinator__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
31
31
  redis_benchmarks_specification/__self_contained_coordinator__/args.py,sha256=2nTD4g4V1NjMRjRuDvHaoub5sjcav0GCnxv2HFiXWKc,7329
32
32
  redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py,sha256=OVHqJzDgeSSRfUSiKp1ZTAVv14PvSbk-5yJsAAoUfpw,936
@@ -296,8 +296,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-stream-10M-entries-
296
296
  redis_benchmarks_specification/test-suites/memtier_benchmark-stream-concurrent-xadd-xreadgroup-70-30.yml,sha256=M707Z-uJ-xDiNfkcIjtJWZecSRepOQDbTy-CUStsbqM,1964
297
297
  redis_benchmarks_specification/test-suites/template.txt,sha256=ezqGiRPOvuSDO0iG7GEf-AGXNfHbgXI89_G0RUEzL88,481
298
298
  redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=PD7ow-k4Ll2BkhEC3aIqiaCZt8Hc4aJIp96Lw3J3mcI,791
299
- redis_benchmarks_specification-0.2.30.dist-info/METADATA,sha256=7Xcyp-HDZ53YksM2weD17CpH-VieaOir3BFvh58vqqc,22891
300
- redis_benchmarks_specification-0.2.30.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
301
- redis_benchmarks_specification-0.2.30.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
302
- redis_benchmarks_specification-0.2.30.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
303
- redis_benchmarks_specification-0.2.30.dist-info/RECORD,,
299
+ redis_benchmarks_specification-0.2.31.dist-info/METADATA,sha256=OmqKpV0_Tb4b5VBaoNbtyFa0J8plWsf8Kl9xrO3MuKI,22891
300
+ redis_benchmarks_specification-0.2.31.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
301
+ redis_benchmarks_specification-0.2.31.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
302
+ redis_benchmarks_specification-0.2.31.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
303
+ redis_benchmarks_specification-0.2.31.dist-info/RECORD,,