We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d8841 commit 0510aa2Copy full SHA for 0510aa2
redis_benchmarks_specification/__compare__/compare.py
@@ -1438,12 +1438,12 @@ def process_single_test_comparison(
1438
1439
if baseline_v != "N/A" and comparison_v == "N/A":
1440
logging.warning(
1441
- "Baseline contains datapoints but comparison not for test: {test_name}"
+ f"Baseline contains datapoints but comparison not for test: {test_name}"
1442
)
1443
result['baseline_only'] = True
1444
if comparison_v != "N/A" and baseline_v == "N/A":
1445
1446
- "Comparison contains datapoints but baseline not for test: {test_name}"
+ f"Comparison contains datapoints but baseline not for test: {test_name}"
1447
1448
result['comparison_only'] = True
1449
if (
0 commit comments