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

@@ -388,11 +388,15 @@ def builder_process_stream(
388
388
  id, git_hash, benchmark_stream_id
389
389
  )
390
390
  )
391
- builder_list_completed = f"builder:{streamId}:builds_completed"
392
- conn.lpush(builder_list_completed, benchmark_stream_id)
391
+ streamId_decoded = streamId.decode()
392
+ benchmark_stream_id_decoded = benchmark_stream_id.decode()
393
+ builder_list_completed = (
394
+ f"builder:{streamId_decoded}:builds_completed"
395
+ )
396
+ conn.lpush(builder_list_completed, benchmark_stream_id_decoded)
393
397
  conn.expire(builder_list_completed, REDIS_BINS_EXPIRE_SECS)
394
398
  logging.info(
395
- f"Adding information of build->benchmark stream info in list {builder_list_completed}. Adding benchmark stream id: {benchmark_stream_id}"
399
+ f"Adding information of build->benchmark stream info in list {builder_list_completed}. Adding benchmark stream id: {benchmark_stream_id_decoded}"
396
400
  )
397
401
  shutil.rmtree(temporary_dir, ignore_errors=True)
398
402
  new_builds_count = new_builds_count + 1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.77
3
+ Version: 0.1.78
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
@@ -4,7 +4,7 @@ redis_benchmarks_specification/__api__/api.py,sha256=k_CMICtMm1z8jY3hByaL0hIr_5v
4
4
  redis_benchmarks_specification/__api__/app.py,sha256=5LEdVBkYW_Twejmy1--u_eGVGIkJxzW5kXSE9l1he3c,6875
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
- redis_benchmarks_specification/__builder__/builder.py,sha256=Yl2lGIjppg9dD8B6OKyflAeGHwHdiNRwLvX7JCYR0Es,18845
7
+ redis_benchmarks_specification/__builder__/builder.py,sha256=9o8NEwRVONWBpwoVglO13NZ0AjmpNFf2U8c1Kp-0MEo,19053
8
8
  redis_benchmarks_specification/__builder__/schema.py,sha256=1wcmyVJBcWrBvK58pghN9NCoWLCO3BzPsmdKWYfkVog,584
9
9
  redis_benchmarks_specification/__cli__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
10
10
  redis_benchmarks_specification/__cli__/args.py,sha256=8n0K2JDpTBqw_XKSdh2JPgBoq5ZJh1n3dHNXXx9vZH4,5732
@@ -149,8 +149,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-el
149
149
  redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml,sha256=RSkNgV5SsjdkXhM0mifi2GlwIxtiHR8N3u-ieI23BoQ,1126
150
150
  redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml,sha256=w7-dOIU-eATHXCvJbSeih6Vt54oygtkXKskQdzCll3o,1100
151
151
  redis_benchmarks_specification/test-suites/template.txt,sha256=qrci_94QV9bPUJe0cL8lsUaQmX5Woz-jT-pDF0629AE,423
152
- redis_benchmarks_specification-0.1.77.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
153
- redis_benchmarks_specification-0.1.77.dist-info/METADATA,sha256=lJOxwHBhU1xrOcz_PVpe0pV7OpPYk8KCD5oMnnZ-kf0,22533
154
- redis_benchmarks_specification-0.1.77.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
155
- redis_benchmarks_specification-0.1.77.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
156
- redis_benchmarks_specification-0.1.77.dist-info/RECORD,,
152
+ redis_benchmarks_specification-0.1.78.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
153
+ redis_benchmarks_specification-0.1.78.dist-info/METADATA,sha256=9uIXBiGIntwv61VAbMgW6Mlohxa2GjOL9WqULv5tw0g,22533
154
+ redis_benchmarks_specification-0.1.78.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
155
+ redis_benchmarks_specification-0.1.78.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
156
+ redis_benchmarks_specification-0.1.78.dist-info/RECORD,,