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

@@ -1409,7 +1409,7 @@ def process_self_contained_coordinator_stream(
1409
1409
  temporary_dir,
1410
1410
  auto_remove=False,
1411
1411
  enable_cpu_distribution=(
1412
- args.enable_cpu_distribution if args else False
1412
+ getattr(args, 'enable_cpu_distribution', False) if args else False
1413
1413
  ),
1414
1414
  )
1415
1415
 
@@ -1625,7 +1625,7 @@ def process_self_contained_coordinator_stream(
1625
1625
 
1626
1626
  # Add CPU distribution settings if enabled
1627
1627
  enable_cpu_distribution = (
1628
- args.enable_cpu_distribution if args else False
1628
+ getattr(args, 'enable_cpu_distribution', False) if args else False
1629
1629
  )
1630
1630
  if enable_cpu_distribution:
1631
1631
  client_cpu_count = len(
@@ -2628,7 +2628,7 @@ def data_prepopulation_step(
2628
2628
  }
2629
2629
 
2630
2630
  # Add CPU distribution settings if enabled
2631
- enable_cpu_distribution = args.enable_cpu_distribution if args else False
2631
+ enable_cpu_distribution = getattr(args, 'enable_cpu_distribution', False) if args else False
2632
2632
  if enable_cpu_distribution:
2633
2633
  preload_cpu_count = len(client_cpuset_cpus.split(","))
2634
2634
  preload_nano_cpus = int(preload_cpu_count * 1e9) # 1 CPU = 1e9 nano_cpus
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.2.20
3
+ Version: 0.2.21
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
@@ -37,7 +37,7 @@ redis_benchmarks_specification/__self_contained_coordinator__/docker.py,sha256=T
37
37
  redis_benchmarks_specification/__self_contained_coordinator__/post_processing.py,sha256=sVLKNnWdAqYY9DjVdqRC5tDaIrVSaI3Ca7w8-DQ-LRM,776
38
38
  redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py,sha256=30SU8dAKmRpznjAKbs1n0iHO-CjG5goCuR5TYx7XIMc,3390
39
39
  redis_benchmarks_specification/__self_contained_coordinator__/runners.py,sha256=yHgRpNeuBcft6sEeiT12qQ012xXypXsVM8Ov91CE2k0,34234
40
- redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=Yn1oEaBlHZB-GbiNnQgo_x-FsK-Gw_Ni89zmWjdycQY,122909
40
+ redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=4BoyeizeDnESrYmWt12loP5Z-KbSRm9F56hT7ILlg2A,122966
41
41
  redis_benchmarks_specification/__setups__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
42
  redis_benchmarks_specification/__setups__/topologies.py,sha256=xQ1IJkcTji_ZjLiJd3vOxZpvbNtBLZw9cPkw5hGJKHU,481
43
43
  redis_benchmarks_specification/__spec__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
@@ -287,8 +287,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-st
287
287
  redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-1k-sessions.yml,sha256=2egtIxPxCze2jlbAfgsk4v9JSQHNMoPLbDWFEW8olDg,7006
288
288
  redis_benchmarks_specification/test-suites/template.txt,sha256=ezqGiRPOvuSDO0iG7GEf-AGXNfHbgXI89_G0RUEzL88,481
289
289
  redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=PD7ow-k4Ll2BkhEC3aIqiaCZt8Hc4aJIp96Lw3J3mcI,791
290
- redis_benchmarks_specification-0.2.20.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
291
- redis_benchmarks_specification-0.2.20.dist-info/METADATA,sha256=fFnbhd_k5arAd8Ek0E_BADyrkSXfnd6VoDV5I6A1VdU,22767
292
- redis_benchmarks_specification-0.2.20.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
293
- redis_benchmarks_specification-0.2.20.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
294
- redis_benchmarks_specification-0.2.20.dist-info/RECORD,,
290
+ redis_benchmarks_specification-0.2.21.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
291
+ redis_benchmarks_specification-0.2.21.dist-info/METADATA,sha256=J3gaSNDYZZF8N-WqtCg3SsVnfavQHaBvepJAVvMypyY,22767
292
+ redis_benchmarks_specification-0.2.21.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
293
+ redis_benchmarks_specification-0.2.21.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
294
+ redis_benchmarks_specification-0.2.21.dist-info/RECORD,,