redis-benchmarks-specification 0.1.76__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.

@@ -197,7 +197,6 @@ def builder_process_stream(
197
197
  else:
198
198
  streamId, testDetails = newTestInfo[0][1][0]
199
199
  logging.info("Received work . Stream id {}.".format(streamId))
200
- conn.lpush("benchmarks:{streamId}")
201
200
  # commit = None
202
201
  # commited_date = ""
203
202
  # tag = ""
@@ -389,11 +388,15 @@ def builder_process_stream(
389
388
  id, git_hash, benchmark_stream_id
390
389
  )
391
390
  )
392
- builder_list_completed = f"builder:{streamId}:builds_completed"
393
- 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)
394
397
  conn.expire(builder_list_completed, REDIS_BINS_EXPIRE_SECS)
395
398
  logging.info(
396
- 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}"
397
400
  )
398
401
  shutil.rmtree(temporary_dir, ignore_errors=True)
399
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.76
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=1Gf9uWh6unfn-68zsbz1XEtqsp675puJ-opzSxGJ3gM,18889
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.76.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
153
- redis_benchmarks_specification-0.1.76.dist-info/METADATA,sha256=yZcN20i_hcUkprmJ--Ql9EvRDeZfTOmY1pi3IKl4Zro,22533
154
- redis_benchmarks_specification-0.1.76.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
155
- redis_benchmarks_specification-0.1.76.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
156
- redis_benchmarks_specification-0.1.76.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,,