redis-benchmarks-specification 0.1.229__py3-none-any.whl → 0.1.231__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.
- redis_benchmarks_specification/__builder__/builder.py +11 -10
- redis_benchmarks_specification/__compare__/compare.py +1 -1
- redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py +2 -2
- {redis_benchmarks_specification-0.1.229.dist-info → redis_benchmarks_specification-0.1.231.dist-info}/METADATA +1 -1
- {redis_benchmarks_specification-0.1.229.dist-info → redis_benchmarks_specification-0.1.231.dist-info}/RECORD +8 -8
- {redis_benchmarks_specification-0.1.229.dist-info → redis_benchmarks_specification-0.1.231.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.1.229.dist-info → redis_benchmarks_specification-0.1.231.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.1.229.dist-info → redis_benchmarks_specification-0.1.231.dist-info}/entry_points.txt +0 -0
|
@@ -370,16 +370,17 @@ def builder_process_stream(
|
|
|
370
370
|
deps_list.append("fpconv")
|
|
371
371
|
redis_temporary_dir = temporary_dir + "/" + redis_dir + "/"
|
|
372
372
|
logging.info("Using redis temporary dir {}".format(redis_temporary_dir))
|
|
373
|
-
build_command = "bash -c 'make Makefile.dep && cd ./deps && CXX={} CC={} make {} {} -j && cd .. && CXX={} CC={} make {} {} -j'".format(
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
)
|
|
373
|
+
# build_command = "bash -c 'make Makefile.dep && cd ./deps && CXX={} CC={} make {} {} -j && cd .. && CXX={} CC={} make {} {} -j'".format(
|
|
374
|
+
# cpp_compiler,
|
|
375
|
+
# compiler,
|
|
376
|
+
# " ".join(deps_list),
|
|
377
|
+
# build_vars_str,
|
|
378
|
+
# cpp_compiler,
|
|
379
|
+
# compiler,
|
|
380
|
+
# "redis-server",
|
|
381
|
+
# build_vars_str,
|
|
382
|
+
# )
|
|
383
|
+
build_command = "sh -c 'make -j'"
|
|
383
384
|
if b"build_command" in testDetails:
|
|
384
385
|
build_command = testDetails[b"build_command"].decode()
|
|
385
386
|
server_name = "redis"
|
|
@@ -1387,8 +1387,8 @@ def process_self_contained_coordinator_stream(
|
|
|
1387
1387
|
metric_name,
|
|
1388
1388
|
comparison_branch,
|
|
1389
1389
|
baseline_branch,
|
|
1390
|
-
|
|
1391
|
-
|
|
1390
|
+
None, # we only compare by branch on CI automation
|
|
1391
|
+
None, # we only compare by branch on CI automation
|
|
1392
1392
|
baseline_deployment_name,
|
|
1393
1393
|
comparison_deployment_name,
|
|
1394
1394
|
print_improvements_only,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: redis-benchmarks-specification
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.231
|
|
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=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
|
-
redis_benchmarks_specification/__builder__/builder.py,sha256=
|
|
7
|
+
redis_benchmarks_specification/__builder__/builder.py,sha256=NRTqSdlXU0BmFx5J0Tmwnm_MFjIe7i2fk6hgnDgcTWY,27958
|
|
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=9uP9p2hqxr60k0XjpDl0TS22d3bHYdxsVZdgrgf5dg0,7013
|
|
@@ -20,7 +20,7 @@ redis_benchmarks_specification/__common__/spec.py,sha256=eTF5559epBB0FrJPx-jRDQV
|
|
|
20
20
|
redis_benchmarks_specification/__common__/timeseries.py,sha256=_LJFtC5sVP7DTaLZaIzv5g7wRxPTQZRwFIYvWX4p4N8,50533
|
|
21
21
|
redis_benchmarks_specification/__compare__/__init__.py,sha256=DtBXRp0Q01XgCFmY-1OIePMyyYihVNAjZ1Y8zwqSDN0,101
|
|
22
22
|
redis_benchmarks_specification/__compare__/args.py,sha256=-vQco6WG73DJtUFA7s-5bNk05vwHjOc94puVKZMZUYE,6513
|
|
23
|
-
redis_benchmarks_specification/__compare__/compare.py,sha256=
|
|
23
|
+
redis_benchmarks_specification/__compare__/compare.py,sha256=FUVh8NLXwJAuAwg-ZZu_uqgXh9Z2ZHothRpqL7xf2WE,48297
|
|
24
24
|
redis_benchmarks_specification/__init__.py,sha256=YQIEx2sLPPA0JR9OuCuMNMNtm-f_gqDKgzvNJnkGNKY,491
|
|
25
25
|
redis_benchmarks_specification/__runner__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
|
|
26
26
|
redis_benchmarks_specification/__runner__/args.py,sha256=lYvbPd_3ppHZv4f2sRwXcF-fcBrwRSn3H2RMmNVkojY,7221
|
|
@@ -34,7 +34,7 @@ redis_benchmarks_specification/__self_contained_coordinator__/cpuset.py,sha256=s
|
|
|
34
34
|
redis_benchmarks_specification/__self_contained_coordinator__/docker.py,sha256=Alf9Y1dfuOMoD4u_Dv3jTodkwZfSrlo2_YceevaWNFo,2757
|
|
35
35
|
redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py,sha256=qB1rwqkROfuyFotB7MfUQiYS4Gzafd8dd2ca7lT4l2I,2909
|
|
36
36
|
redis_benchmarks_specification/__self_contained_coordinator__/runners.py,sha256=FqVVvbXPsmq2I7pSH-JEklb1SDRdS7rG6ZHc6xTCUE0,28611
|
|
37
|
-
redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=
|
|
37
|
+
redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=Oewz4I4Ad4bNJkOKARO3sGcQSl7CpTRfNsPyJSnMRdM,74918
|
|
38
38
|
redis_benchmarks_specification/__setups__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
39
|
redis_benchmarks_specification/__setups__/topologies.py,sha256=xQ1IJkcTji_ZjLiJd3vOxZpvbNtBLZw9cPkw5hGJKHU,481
|
|
40
40
|
redis_benchmarks_specification/__spec__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
|
|
@@ -179,8 +179,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elem
|
|
|
179
179
|
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml,sha256=XAIFlbR6VJnmQRwedLGBGenbIsMC_I3uA35Mz_bkTTc,1028
|
|
180
180
|
redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml,sha256=VIFNaaAqRQMeDvtXmKGDpJTnu658Lv5i_oAju5uSi_c,708
|
|
181
181
|
redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
|
|
182
|
-
redis_benchmarks_specification-0.1.
|
|
183
|
-
redis_benchmarks_specification-0.1.
|
|
184
|
-
redis_benchmarks_specification-0.1.
|
|
185
|
-
redis_benchmarks_specification-0.1.
|
|
186
|
-
redis_benchmarks_specification-0.1.
|
|
182
|
+
redis_benchmarks_specification-0.1.231.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
183
|
+
redis_benchmarks_specification-0.1.231.dist-info/METADATA,sha256=wlMSyKQRpswyJTAGkopxxJ1__WM1d9zhwcOtu5ITXls,22726
|
|
184
|
+
redis_benchmarks_specification-0.1.231.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
185
|
+
redis_benchmarks_specification-0.1.231.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
|
|
186
|
+
redis_benchmarks_specification-0.1.231.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|