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

@@ -226,13 +226,21 @@ def generate_benchmark_started_pr_comment(
226
226
  benchmark_suite_start_datetime,
227
227
  benchmark_suite_duration_secs,
228
228
  ):
229
- comment_body = (
230
- "### CE Performance Automation : step 2 of 2 (benchmark) RUNNING...\n\n"
231
- )
229
+ comment_body = "### CE Performance Automation : step 2 of 2 (benchmark) "
230
+ if total_pending > 0:
231
+ comment_body += "RUNNING...\n\n"
232
+ else:
233
+ comment_body += "FINISHED.\n\n"
234
+
232
235
  comment_body += (
233
236
  "This comment was automatically generated given a benchmark was triggered.\n\n"
234
237
  )
235
- comment_body += f"Started benchmark suite at {benchmark_suite_start_datetime} and took {benchmark_suite_duration_secs} seconds up until now.\n"
238
+
239
+ comment_body += f"Started benchmark suite at {benchmark_suite_start_datetime} and took {benchmark_suite_duration_secs} seconds "
240
+ if total_pending == 0:
241
+ comment_body += "up until now.\n"
242
+ else:
243
+ comment_body += "to finish.\n"
236
244
 
237
245
  completed = total_benchmarks - total_pending
238
246
  successful = completed - total_failed
@@ -590,7 +590,12 @@ def process_self_contained_coordinator_stream(
590
590
  failed_tests = 0
591
591
  benchmark_suite_start_datetime = datetime.datetime.utcnow()
592
592
  comment_body = generate_benchmark_started_pr_comment(
593
- stream_id, pending_tests, len(filtered_test_files), failed_tests
593
+ stream_id,
594
+ pending_tests,
595
+ len(filtered_test_files),
596
+ failed_tests,
597
+ benchmark_suite_start_datetime,
598
+ 0,
594
599
  )
595
600
  # update on github if needed
596
601
  if is_actionable_pr:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.92
3
+ Version: 0.1.94
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
@@ -13,7 +13,7 @@ redis_benchmarks_specification/__cli__/stats.py,sha256=wahzZRbpfokv8dQU8O4BH5JFr
13
13
  redis_benchmarks_specification/__common__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  redis_benchmarks_specification/__common__/builder_schema.py,sha256=LW00BSz_LXa83wbgRFylOCyRMMH4-3YpWgYh2hevOFM,5693
15
15
  redis_benchmarks_specification/__common__/env.py,sha256=l58AH5LC2jQcyPRJA4ue_4kMloOewcqnLvkLWfzph_A,3119
16
- redis_benchmarks_specification/__common__/github.py,sha256=VLWEXyF2POAzk0Tb86MVFeOtJ3hzZwoNV0tWT7v-NCE,9783
16
+ redis_benchmarks_specification/__common__/github.py,sha256=OcEzo87jcQsKnRX5qjlgu19katM_IrmktF95OMrwRnA,9975
17
17
  redis_benchmarks_specification/__common__/package.py,sha256=4uVt1BAZ999LV2rZkq--Tk6otAVIf9YR3g3KGeUpiW4,834
18
18
  redis_benchmarks_specification/__common__/runner.py,sha256=6x1L8UAo-gmxLMcsUU4FGQ5OLV08fqygDnoVZ1rVUVQ,6642
19
19
  redis_benchmarks_specification/__common__/spec.py,sha256=3hvfAb7RuAsqB_PNEo_-iuOtgz1ZCWe3ouMwS5Mw54A,1002
@@ -33,7 +33,7 @@ redis_benchmarks_specification/__self_contained_coordinator__/cpuset.py,sha256=s
33
33
  redis_benchmarks_specification/__self_contained_coordinator__/docker.py,sha256=iivxZ55vL2kVHHkqVbXY2ftvxvceqH_Zw079KLCv9N8,2507
34
34
  redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py,sha256=ajhpzxsBy6tiHrO79gEIKQYxZR-Us6B4rC6NYg1EZjM,2875
35
35
  redis_benchmarks_specification/__self_contained_coordinator__/runners.py,sha256=Ul8UoxvWRxCVWmyaCBadpLMDOVEoNSp-A9KMPtPmUwM,28483
36
- redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=IQEX8Lho1kpIxz611YDHPjzXUbu5t20Rqthta-ObI4g,59561
36
+ redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=HKqhpLTwu7z-nifwT4JyjU6jeUjLcyYEqConGncjGg8,59697
37
37
  redis_benchmarks_specification/__setups__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  redis_benchmarks_specification/__setups__/topologies.py,sha256=xQ1IJkcTji_ZjLiJd3vOxZpvbNtBLZw9cPkw5hGJKHU,481
39
39
  redis_benchmarks_specification/__spec__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
@@ -150,8 +150,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-el
150
150
  redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml,sha256=RSkNgV5SsjdkXhM0mifi2GlwIxtiHR8N3u-ieI23BoQ,1126
151
151
  redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml,sha256=w7-dOIU-eATHXCvJbSeih6Vt54oygtkXKskQdzCll3o,1100
152
152
  redis_benchmarks_specification/test-suites/template.txt,sha256=qrci_94QV9bPUJe0cL8lsUaQmX5Woz-jT-pDF0629AE,423
153
- redis_benchmarks_specification-0.1.92.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
154
- redis_benchmarks_specification-0.1.92.dist-info/METADATA,sha256=uFWW17H5ImS-Kepzi9kA5jdQfobP5IdC8xLXqC4FW3A,22482
155
- redis_benchmarks_specification-0.1.92.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
156
- redis_benchmarks_specification-0.1.92.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
157
- redis_benchmarks_specification-0.1.92.dist-info/RECORD,,
153
+ redis_benchmarks_specification-0.1.94.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
154
+ redis_benchmarks_specification-0.1.94.dist-info/METADATA,sha256=9MR8g3J9HkACHZDPgxLHBx8QfYaIVZW1oq3KbjdJa_g,22482
155
+ redis_benchmarks_specification-0.1.94.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
156
+ redis_benchmarks_specification-0.1.94.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
157
+ redis_benchmarks_specification-0.1.94.dist-info/RECORD,,