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

@@ -163,7 +163,7 @@ def create_app(conn, user, test_config=None):
163
163
  "gh_org": gh_org,
164
164
  }
165
165
  if pull_request_number is not None:
166
- fields_after["pull_request_number"] = pull_request_number
166
+ fields_after["pull_request"] = pull_request_number
167
167
  app.logger.info(
168
168
  "Using event {} to trigger benchmark. final fields: {}".format(
169
169
  event_type, fields_after
@@ -197,7 +197,8 @@ def generate_benchmark_started_pr_comment(
197
197
  comment_body += f" - {total_pending} completed.\n"
198
198
 
199
199
  for benchmark_stream_id in benchmark_stream_ids:
200
- benchmark_stream_id = benchmark_stream_id.decode()
200
+ if not isinstance(benchmark_stream_id, str):
201
+ benchmark_stream_id = benchmark_stream_id.decode()
201
202
  grafana_benchmark_status_link = f"https://benchmarksredisio.grafana.net/d/edsxdsrbexhc0f/ce-benchmark-run-status?orgId=1&var-benchmark_work_stream={benchmark_stream_id}"
202
203
  comment_body += f"You can check a the status in detail via the [grafana link]({grafana_benchmark_status_link})"
203
204
  return comment_body
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.84
3
+ Version: 0.1.86
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
@@ -1,7 +1,7 @@
1
1
  redis_benchmarks_specification/__api__/Readme.md,sha256=RbaYRIIJkCq7bH7-t_0ZgPA8qmMBlrpVE2Y9m6UVmuo,107
2
2
  redis_benchmarks_specification/__api__/__init__.py,sha256=4uNmle9t2lYpOvOtZU4basJF1EJJ1iEuXuQC00EGHn0,93
3
3
  redis_benchmarks_specification/__api__/api.py,sha256=k_CMICtMm1z8jY3hByaL0hIr_5vBhaFoCaeRv_CDm9g,2730
4
- redis_benchmarks_specification/__api__/app.py,sha256=ynFwqX9_arzcYsCt6I20tTpJ8BbucS32Yne3LE0aBI8,7070
4
+ redis_benchmarks_specification/__api__/app.py,sha256=JzQm84DjIVdfLbDO423BJbrds6gFzMbA0syRkHE_aUU,7063
5
5
  redis_benchmarks_specification/__builder__/Readme.md,sha256=O6MV_J3OSgzW-ir2TbukP8Vhkm_LOzQJJndG1Cykqic,111
6
6
  redis_benchmarks_specification/__builder__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
7
7
  redis_benchmarks_specification/__builder__/builder.py,sha256=Yb49RcjmDOWTqTy9wEwTnULJQIZriq1O7lU3rpx74VY,22691
@@ -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=7DNTJIxeure4K6IU7tGq0VibZpQaRVpNBin_TiVowWs,7760
16
+ redis_benchmarks_specification/__common__/github.py,sha256=V_ehqBcO-uOtJD5DrMfFCQnzntIH_82WVzuxmU7ZZc8,7817
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
@@ -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.84.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
154
- redis_benchmarks_specification-0.1.84.dist-info/METADATA,sha256=yKcKoEwSnqT_LShgb0AJ1Bapqf3V_WH537amFVq1Ozc,22482
155
- redis_benchmarks_specification-0.1.84.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
156
- redis_benchmarks_specification-0.1.84.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
157
- redis_benchmarks_specification-0.1.84.dist-info/RECORD,,
153
+ redis_benchmarks_specification-0.1.86.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
154
+ redis_benchmarks_specification-0.1.86.dist-info/METADATA,sha256=IJr-MjgkY59x_HNX6myHXcyNo8K6LY0gWLrhIrcjtJ8,22482
155
+ redis_benchmarks_specification-0.1.86.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
156
+ redis_benchmarks_specification-0.1.86.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
157
+ redis_benchmarks_specification-0.1.86.dist-info/RECORD,,