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

@@ -93,6 +93,8 @@ def spec_cli_args(parser):
93
93
  default=START_TIME_NOW_UTC,
94
94
  )
95
95
  parser.add_argument("--redis_repo", type=str, default=None)
96
+ parser.add_argument("--gh_org", type=str, default="redis")
97
+ parser.add_argument("--gh_repo", type=str, default="redis")
96
98
  parser.add_argument("--trigger-unstable-commits", type=bool, default=True)
97
99
  parser.add_argument(
98
100
  "--use-tags",
@@ -142,14 +142,11 @@ def get_repo(args):
142
142
  if redisDirPath is None:
143
143
  cleanUp = True
144
144
  redisDirPath = tempfile.mkdtemp()
145
+ remote_url = f"https://github.com/{args.gh_org}/{args.gh_repo}"
145
146
  logging.info(
146
- "Retrieving redis repo from remote into {}. Using branch {}.".format(
147
- redisDirPath, args.branch
148
- )
149
- )
150
- cmd = "git clone https://github.com/redis/redis {} --branch {}\n".format(
151
- redisDirPath, args.branch
147
+ f"Retrieving redis repo from remote {remote_url} into {redisDirPath}. Using branch {args.branch}."
152
148
  )
149
+ cmd = f"git clone {remote_url} {redisDirPath} --branch {args.branch}\n"
153
150
  process = subprocess.Popen(
154
151
  "/bin/bash", stdin=subprocess.PIPE, stdout=subprocess.PIPE
155
152
  )
@@ -250,7 +247,12 @@ def trigger_tests_cli_command_logic(args, project_name, project_version):
250
247
  binary_key,
251
248
  binary_value,
252
249
  ) = get_commit_dict_from_sha(
253
- cdict["git_hash"], "redis", "redis", cdict, True, args.gh_token
250
+ cdict["git_hash"],
251
+ args.gh_org,
252
+ args.gh_repo,
253
+ cdict,
254
+ True,
255
+ args.gh_token,
254
256
  )
255
257
  if args.platform:
256
258
  commit_dict["platform"] = args.platform
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.74
3
+ Version: 0.1.75
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
@@ -9,6 +9,7 @@ Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.9
10
10
  Classifier: Programming Language :: Python :: 3.10
11
11
  Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
12
13
  Requires-Dist: Flask (>=2.0.3,<3.0.0)
13
14
  Requires-Dist: Flask-HTTPAuth (>=4.4.0,<5.0.0)
14
15
  Requires-Dist: GitPython (>=3.1.20,<4.0.0)
@@ -7,8 +7,8 @@ redis_benchmarks_specification/__builder__/__init__.py,sha256=l-G1z-t6twUgi8QLue
7
7
  redis_benchmarks_specification/__builder__/builder.py,sha256=2hPQ6Gd2fWZemT_OmgkcHysb4wB6KwrSjExVMOAFL8o,17023
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
- redis_benchmarks_specification/__cli__/args.py,sha256=iuw21WlChhc-dXY8BVmL5fGVMc8TM9nVtRgJuBEEd6I,4499
11
- redis_benchmarks_specification/__cli__/cli.py,sha256=qCGQtoc9YSt8FoZ3NlRp2uesn_GcaSEIPnKSVZm5So4,9713
10
+ redis_benchmarks_specification/__cli__/args.py,sha256=Y4qcEzfetS-F7H7XexGOQ1ZcKFY6FcNIw7_a8pvB80U,4626
11
+ redis_benchmarks_specification/__cli__/cli.py,sha256=yY3IcLovEKXPBUaZdgcTYFW2y4S1URp4LpN4RgbqVy0,9818
12
12
  redis_benchmarks_specification/__cli__/stats.py,sha256=wahzZRbpfokv8dQU8O4BH5JFrOZk-l6k8LWdKfue9_0,20204
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
@@ -175,8 +175,8 @@ redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-strin
175
175
  redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-1KiB-pipeline-10.yml,sha256=Fy0-wIpVOPHJAHYmrdz_iWDBJ-e9jg_zSB8qrmjHb5U,744
176
176
  redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-1KiB.yml,sha256=aBVBEQ7yE1ZuC4-0PJOzlvnKVvt9fowXI0U1iaT0Dxo,719
177
177
  redis_benchmarks_specification/test-suites/template.txt,sha256=qrci_94QV9bPUJe0cL8lsUaQmX5Woz-jT-pDF0629AE,423
178
- redis_benchmarks_specification-0.1.74.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
179
- redis_benchmarks_specification-0.1.74.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
180
- redis_benchmarks_specification-0.1.74.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
181
- redis_benchmarks_specification-0.1.74.dist-info/METADATA,sha256=_gMH_R5LT2Y5LC9n7cgo6rk6ZCmdBtgwXdKTHn3sQj0,22482
182
- redis_benchmarks_specification-0.1.74.dist-info/RECORD,,
178
+ redis_benchmarks_specification-0.1.75.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
179
+ redis_benchmarks_specification-0.1.75.dist-info/METADATA,sha256=bkwujnJ3YWGfD4Mv_b_FJacuhJY78BebwJhMc0NZY4U,22533
180
+ redis_benchmarks_specification-0.1.75.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
181
+ redis_benchmarks_specification-0.1.75.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
182
+ redis_benchmarks_specification-0.1.75.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.4.0
2
+ Generator: poetry-core 1.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any