{% extends "base.html" %} {% block title %}Compare Traces - Memorizz{% endblock %} {% block content %}
Compare operations, source references, artifacts, parser results and delivery evidence. No actions are replayed.
TracesBaseline: {{ comparison.baseline.headline }} ({{ comparison.baseline.normalized_events }} events; {{ comparison.baseline.bundle_count if comparison.baseline.bundle_count is not none else 'unknown' }} bundles). Candidate: {{ comparison.candidate.headline }} ({{ comparison.candidate.normalized_events }} events; {{ comparison.candidate.bundle_count if comparison.candidate.bundle_count is not none else 'unknown' }} bundles).
Root-local source totals use recorded event provenance. Deduplication and normalization diagnostics may describe the parent query, not an individual root.
{{ comparison.warning }}
Only in baseline: {{ comparison.findings.only_in_baseline|join(', ') or 'None observed' }}
Only in candidate: {{ comparison.findings.only_in_candidate|join(', ') or 'None observed' }}
In both: {{ comparison.findings.in_both|join(', ') or 'None observed' }}
| Side | Count | Captured structure (content-free) |
|---|---|---|
| Baseline only | {{ entry.count }} | {{ entry.value|tojson(indent=2) }} |
| Candidate only | {{ entry.count }} | {{ entry.value|tojson(indent=2) }} |