redis-benchmarks-specification 0.2.15__py3-none-any.whl → 0.2.16__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.
- redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py +8 -0
- {redis_benchmarks_specification-0.2.15.dist-info → redis_benchmarks_specification-0.2.16.dist-info}/METADATA +1 -1
- {redis_benchmarks_specification-0.2.15.dist-info → redis_benchmarks_specification-0.2.16.dist-info}/RECORD +6 -6
- {redis_benchmarks_specification-0.2.15.dist-info → redis_benchmarks_specification-0.2.16.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.2.15.dist-info → redis_benchmarks_specification-0.2.16.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.2.15.dist-info → redis_benchmarks_specification-0.2.16.dist-info}/entry_points.txt +0 -0
|
@@ -2255,6 +2255,13 @@ def start_redis_container(
|
|
|
2255
2255
|
}
|
|
2256
2256
|
logging.info(f"setting volume as follow: {volumes}. working_dir={mnt_point}")
|
|
2257
2257
|
working_dir = mnt_point
|
|
2258
|
+
|
|
2259
|
+
# Calculate nano_cpus for better CPU distribution
|
|
2260
|
+
redis_cpu_count = len(db_cpuset_cpus.split(','))
|
|
2261
|
+
redis_nano_cpus = int(redis_cpu_count * 1e9) # 1 CPU = 1e9 nano_cpus
|
|
2262
|
+
|
|
2263
|
+
logging.info(f"Redis container will use {redis_cpu_count} CPUs (nano_cpus={redis_nano_cpus}) on cores {db_cpuset_cpus}")
|
|
2264
|
+
|
|
2258
2265
|
redis_container = docker_client.containers.run(
|
|
2259
2266
|
image=run_image,
|
|
2260
2267
|
volumes=volumes,
|
|
@@ -2265,6 +2272,7 @@ def start_redis_container(
|
|
|
2265
2272
|
network_mode="host",
|
|
2266
2273
|
detach=True,
|
|
2267
2274
|
cpuset_cpus=db_cpuset_cpus,
|
|
2275
|
+
nano_cpus=redis_nano_cpus, # Force CPU distribution
|
|
2268
2276
|
pid_mode="host",
|
|
2269
2277
|
publish_all_ports=True,
|
|
2270
2278
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: redis-benchmarks-specification
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.16
|
|
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=e
|
|
|
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=VYGwUiIV382AjXTeYTOImPENzw2zf2VPQM2HvaZgE_M,3368
|
|
39
39
|
redis_benchmarks_specification/__self_contained_coordinator__/runners.py,sha256=kpSNvliGOEBUa8aXXk9M1rb5jKmBI6QqC0znf2lz0kw,34110
|
|
40
|
-
redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=
|
|
40
|
+
redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=Kjb_BQ8SLZDgItAPE1PDhTT2AC6f1yW3gfAXOi_Yirw,114906
|
|
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.
|
|
291
|
-
redis_benchmarks_specification-0.2.
|
|
292
|
-
redis_benchmarks_specification-0.2.
|
|
293
|
-
redis_benchmarks_specification-0.2.
|
|
294
|
-
redis_benchmarks_specification-0.2.
|
|
290
|
+
redis_benchmarks_specification-0.2.16.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
291
|
+
redis_benchmarks_specification-0.2.16.dist-info/METADATA,sha256=u4dNxQ_Wq9C4Pi6mzkb8Tav4OgnDbvdiWpaFqY5YE6Q,22767
|
|
292
|
+
redis_benchmarks_specification-0.2.16.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
293
|
+
redis_benchmarks_specification-0.2.16.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
|
|
294
|
+
redis_benchmarks_specification-0.2.16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|