refactor: move generated baseline to custom folder

This commit is contained in:
Dan Brodjieski
2026-01-06 11:58:41 -05:00
parent 54f2e01c8d
commit 6e0a3cb56f

View File

@@ -89,7 +89,7 @@ def rule_has_benchmark_for_version(
def generate_baseline(args: argparse.Namespace) -> None:
build_path: Path = Path(config.get("output_dir", ""), "baselines")
build_path: Path = Path(config["custom"].get("baseline_dir", ""))
baseline_output_file: Path = (
build_path / f"{args.keyword}_{args.os_name}_{args.os_version}.yaml"
)