File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
redis_benchmarks_specification/__compare__ Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -804,6 +804,10 @@ def from_rts_to_regression_table(
804
804
noise_waterline = 3
805
805
progress = tqdm (unit = "benchmark time-series" , total = len (test_names ))
806
806
for test_name in test_names :
807
+ compare_version = "v0.1.208"
808
+ github_link = "https://github.com/redis/redis-benchmarks-specification/blob"
809
+ test_path = f"redis_benchmarks_specification/test-suites/{ test_name } .yml"
810
+ test_link = f"[{ test_name } ]({ github_link } /{ compare_version } /{ test_path } )"
807
811
multi_value_baseline = check_multi_value_filter (baseline_str )
808
812
multi_value_comparison = check_multi_value_filter (comparison_str )
809
813
@@ -997,7 +1001,7 @@ def from_rts_to_regression_table(
997
1001
comparison_v_str ,
998
1002
note ,
999
1003
percentage_change ,
1000
- test_name ,
1004
+ test_link ,
1001
1005
)
1002
1006
if detected_regression :
1003
1007
table_regressions .append (line )
You can’t perform that action at this time.
0 commit comments