Skip to content

Commit b0f898e

Browse files
Fixed comparison on CI
1 parent 106346b commit b0f898e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redis-benchmarks-specification"
3-
version = "0.1.229"
3+
version = "0.1.230"
44
description = "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."
55
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"]
66
readme = "Readme.md"

redis_benchmarks_specification/__compare__/compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ def compute_regression_table(
554554
tf_triggering_env,
555555
metric_name,
556556
comparison_branch,
557-
baseline_branch="master",
557+
baseline_branch="unstable",
558558
baseline_tag=None,
559559
comparison_tag=None,
560560
baseline_deployment_name="oss-standalone",

redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,8 +1387,8 @@ def process_self_contained_coordinator_stream(
13871387
metric_name,
13881388
comparison_branch,
13891389
baseline_branch,
1390-
baseline_tag,
1391-
comparison_tag,
1390+
None, # we only compare by branch on CI automation
1391+
None, # we only compare by branch on CI automation
13921392
baseline_deployment_name,
13931393
comparison_deployment_name,
13941394
print_improvements_only,

0 commit comments

Comments
 (0)