1 """Shared bundle assembly for performance-evidence validation slices.""" 3 from __future__
import annotations
7 from benchmarks.density_matrix.correctness_evidence.common
import build_selected_candidate
8 from benchmarks.density_matrix.performance_evidence.common
import (
9 PERFORMANCE_EVIDENCE_CASE_SCHEMA_VERSION,
10 build_package_software_metadata,
17 summary: dict[str, Any],
18 cases: list[dict[str, Any]],
21 "suite_name": suite_name,
23 "record_schema_version": PERFORMANCE_EVIDENCE_CASE_SCHEMA_VERSION,
34 summary: dict[str, Any],
35 cases: list[dict[str, Any]],
37 """Benchmark matrix inventory bundle has no record_schema_version.""" 39 "suite_name": suite_name,
def build_package_software_metadata()
def assemble_record_schema_case_bundle
def build_selected_candidate()
def assemble_benchmark_matrix_bundle