redis-benchmarks-specification 0.1.331__py3-none-any.whl → 0.1.332__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 +15 -5
- {redis_benchmarks_specification-0.1.331.dist-info → redis_benchmarks_specification-0.1.332.dist-info}/METADATA +1 -1
- {redis_benchmarks_specification-0.1.331.dist-info → redis_benchmarks_specification-0.1.332.dist-info}/RECORD +6 -6
- {redis_benchmarks_specification-0.1.331.dist-info → redis_benchmarks_specification-0.1.332.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.1.331.dist-info → redis_benchmarks_specification-0.1.332.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.1.331.dist-info → redis_benchmarks_specification-0.1.332.dist-info}/entry_points.txt +0 -0
|
@@ -954,6 +954,12 @@ def process_self_contained_coordinator_stream(
|
|
|
954
954
|
command_regexp,
|
|
955
955
|
)
|
|
956
956
|
|
|
957
|
+
logging.info(f"Adding {len(filtered_test_files)} tests to pending test list")
|
|
958
|
+
|
|
959
|
+
# Use pipeline for efficient bulk operations
|
|
960
|
+
pipeline = github_event_conn.pipeline()
|
|
961
|
+
test_names_added = []
|
|
962
|
+
|
|
957
963
|
for test_file in filtered_test_files:
|
|
958
964
|
with open(test_file, "r") as stream:
|
|
959
965
|
(
|
|
@@ -961,14 +967,18 @@ def process_self_contained_coordinator_stream(
|
|
|
961
967
|
benchmark_config,
|
|
962
968
|
test_name,
|
|
963
969
|
) = get_final_benchmark_config(None, None, stream, "")
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
stream_test_list_pending, REDIS_BINS_EXPIRE_SECS
|
|
967
|
-
)
|
|
970
|
+
pipeline.lpush(stream_test_list_pending, test_name)
|
|
971
|
+
test_names_added.append(test_name)
|
|
968
972
|
logging.debug(
|
|
969
|
-
f"
|
|
973
|
+
f"Queued test named {test_name} for addition to pending test list"
|
|
970
974
|
)
|
|
971
975
|
|
|
976
|
+
# Set expiration and execute pipeline
|
|
977
|
+
pipeline.expire(stream_test_list_pending, REDIS_BINS_EXPIRE_SECS)
|
|
978
|
+
pipeline.execute()
|
|
979
|
+
|
|
980
|
+
logging.info(f"Successfully added {len(test_names_added)} tests to pending test list in key {stream_test_list_pending}")
|
|
981
|
+
|
|
972
982
|
pending_tests = len(filtered_test_files)
|
|
973
983
|
failed_tests = 0
|
|
974
984
|
benchmark_suite_start_datetime = datetime.datetime.utcnow()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: redis-benchmarks-specification
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.332
|
|
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=0
|
|
|
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=1UeFr2T1ZQBcHCSd4W1ZtaWgXyFPfjLyDi_DgDc1eTA,2957
|
|
39
39
|
redis_benchmarks_specification/__self_contained_coordinator__/runners.py,sha256=F11zO_ILnpmiVwTeCQnP5nDHQk3kNnajPftwKsbhlXE,30209
|
|
40
|
-
redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=
|
|
40
|
+
redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=3QOuaaNJ1HQl4Ld4ZtgweTu2P0Hu-l6cgp3GhGpU8rw,95332
|
|
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
|
|
@@ -282,8 +282,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-st
|
|
|
282
282
|
redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-1k-sessions.yml,sha256=2egtIxPxCze2jlbAfgsk4v9JSQHNMoPLbDWFEW8olDg,7006
|
|
283
283
|
redis_benchmarks_specification/test-suites/template.txt,sha256=ezqGiRPOvuSDO0iG7GEf-AGXNfHbgXI89_G0RUEzL88,481
|
|
284
284
|
redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=PD7ow-k4Ll2BkhEC3aIqiaCZt8Hc4aJIp96Lw3J3mcI,791
|
|
285
|
-
redis_benchmarks_specification-0.1.
|
|
286
|
-
redis_benchmarks_specification-0.1.
|
|
287
|
-
redis_benchmarks_specification-0.1.
|
|
288
|
-
redis_benchmarks_specification-0.1.
|
|
289
|
-
redis_benchmarks_specification-0.1.
|
|
285
|
+
redis_benchmarks_specification-0.1.332.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
286
|
+
redis_benchmarks_specification-0.1.332.dist-info/METADATA,sha256=Y4eicJqinSR2jRYOPGMTUcn2sMXqW6XHhLJRDdDz4zc,22768
|
|
287
|
+
redis_benchmarks_specification-0.1.332.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
288
|
+
redis_benchmarks_specification-0.1.332.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
|
|
289
|
+
redis_benchmarks_specification-0.1.332.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|